Html Css Color HEX #247072 Atoll

📋 copy color: '#247072'

red 36 ◦ green 112 ◦ blue 114

#247072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #247072

Tints of Atoll #247072

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 value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#247072 (or 0x247072) is known color: 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

RGB 36 112 114 -
CMYK 0.68 0.02 0 0.55
HSL 181.54º 0.52% 0.29% -
HSV(B) 181.54º 0.68% 0.45% -
XYZ 9.56 13.18 17.96 -
YUV 89.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 36 112 114 0.68 0.02 0 0.55 181.54 0.52 0.29
Hex 24 70 72 44 2 0 37 B6 34 1D
Octal 44 160 162 104 2 0 67 266 64 35
Binary 100100 1110000 1110010 1000100 10 0 110111 10110110 110100 11101

Color Harmonies of #247072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247072

Black with #247072

Text Example


Text Example

White with #247072

Text Example


Text Example

HTML Codes & Css Web 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>