#246F72

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

Shades of Atoll #246F72

Tints of Atoll #246F72

Color information

#246F72 (or 0x246F72) is unknown color: approx Atoll. HEX triplet: 24, 6F and 72. RGB value is (36,111,114). Sum of RGB (Red+Green+Blue) = 36+111+114=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #246F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246F72 is #DB908D. Grayscale: #585858. Windows color (decimal): -14389390 or 7499556. OLE color: 7499556.

HSL color Cylindrical-coordinate representation of color #246F72: hue angle of 182.31º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246F72 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB36111114-
CMYK0.680.0300.55
HSL182.31º52%29.41%-
HSV(B)182.31º68.42%44.71%-
XYZ9.4512.9617.92-
YUV88.92142.1590.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=13.79%
G=42.53%
B=43.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361111140.680.0300.55182.315229.41
Hex246F72443037b6341d
Octal4415716210430672666435
Binary1001001101111111001010001001101101111011011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246F72; }

 p { color: rgb(36,111,114); }

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

<style>
 a { background-color: #246F72; }

 a { background-color: rgb(36,111,114); }

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

<style>
 span { border-color: #246F72; }

 span { border-color: rgb(36,111,114); }

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