#247F89

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

Shades of Atoll #247F89

Tints of Atoll #247F89

Color information

#247F89 (or 0x247F89) is unknown color: approx Atoll. HEX triplet: 24, 7F and 89. RGB value is (36,127,137). Sum of RGB (Red+Green+Blue) = 36+127+137=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #247F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F89 is #DB8076. Grayscale: #646464. Windows color (decimal): -14385271 or 9010980. OLE color: 9010980.

HSL color Cylindrical-coordinate representation of color #247F89: hue angle of 185.94º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #247F89 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB36127137-
CMYK0.740.0700.46
HSL185.94º58.38%33.92%-
HSV(B)185.94º73.72%53.73%-
XYZ12.8317.3626.34-
YUV100.93148.3581.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12%
GREEN value IS 127 (50% from 255) = 42.33%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=12%
G=42.33%
B=45.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361271370.740.0700.46185.9458.3833.92
Hex247F894A702Eba3a22
Octal4417721111270562727242
Binary1001001111111100010011001010111010111010111010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,127,137); }

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

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

 a { background-color: rgb(36,127,137); }

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

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

 span { border-color: rgb(36,127,137); }

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