#247D8C

Color #247D8C Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #247D8C

Tints of Atoll #247D8C

Color information

#247D8C (or 0x247D8C) is unknown color: approx Atoll. HEX triplet: 24, 7D and 8C. RGB value is (36,125,140). Sum of RGB (Red+Green+Blue) = 36+125+140=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #247D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D8C is #DB8273. Grayscale: #636363. Windows color (decimal): -14385780 or 9207076. OLE color: 9207076.

HSL color Cylindrical-coordinate representation of color #247D8C: hue angle of 188.65º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #247D8C is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB36125140-
CMYK0.740.1100.45
HSL188.65º59.09%34.51%-
HSV(B)188.65º74.29%54.9%-
XYZ12.7916.9427.41-
YUV100.1150.5182.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 11.96%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=11.96%
G=41.53%
B=46.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361251400.740.1100.45188.6559.0934.51
Hex247D8C4AB02Dbd3b23
Octal44175214112130552757343
Binary10010011111011000110010010101011010110110111101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247D8C; }

 p { color: rgb(36,125,140); }

 H1.HeaderClassName
 {
   color: #247D8C;
 }
 .AnyTagClassName
 {
   color: #247D8C;
 }
</style>
background-color css

<style>
 a { background-color: #247D8C; }

 a { background-color: rgb(36,125,140); }

 div.DivClassName
 {
   background-color: #247D8C;
 }
 .BgClassName
 {
   background-color: #247D8C;
 }
</style>
border-color css

<style>
 span { border-color: #247D8C; }

 span { border-color: rgb(36,125,140); }

 td.TdClassName
 {
   border-color: #247D8C;
 }
 .TagClassName
 {
   border-color: #247D8C;
 }
</style>