#247D8E

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

Shades of Atoll #247D8E

Tints of Atoll #247D8E

Color information

#247D8E (or 0x247D8E) is unknown color: approx Atoll. HEX triplet: 24, 7D and 8E. RGB value is (36,125,142). Sum of RGB (Red+Green+Blue) = 36+125+142=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #247D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D8E is #DB8271. Grayscale: #646464. Windows color (decimal): -14385778 or 9338148. OLE color: 9338148.

HSL color Cylindrical-coordinate representation of color #247D8E: hue angle of 189.62º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247D8E is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB36125142-
CMYK0.750.1200.44
HSL189.62º59.55%34.9%-
HSV(B)189.62º74.65%55.69%-
XYZ12.941728.19-
YUV100.33151.5182.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.88%
GREEN value IS 125 (49.22% from 255) = 41.25%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=11.88%
G=41.25%
B=46.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361251420.750.1200.44189.6259.5534.9
Hex247D8E4BC02Cbe3c23
Octal44175216113140542767443
Binary10010011111011000111010010111100010110010111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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