#247072

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

Shades of Atoll #247072

Tints of Atoll #247072

Color information

#247072 (or 0x247072) is unknown color: approx Atoll. HEX triplet: 24, 70 and 72. RGB value is (36,112,114). Sum of RGB (Red+Green+Blue) = 36+112+114=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #247072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247072 is #DB8F8D. Grayscale: #595959. Windows color (decimal): -14389134 or 7499812. OLE color: 7499812.

HSL color Cylindrical-coordinate representation of color #247072: hue angle of 181.54º 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 #247072 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB36112114-
CMYK0.680.0200.55
HSL181.54º52%29.41%-
HSV(B)181.54º68.42%44.71%-
XYZ9.5613.1817.96-
YUV89.5141.8289.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=13.74%
G=42.75%
B=43.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361121140.680.0200.55181.545229.41
Hex247072442037b6341d
Octal4416016210420672666435
Binary1001001110000111001010001001001101111011011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247072; }

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

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

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

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

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

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

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

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