Html Css Color HEX #247076 Atoll

📋 copy color: '#247076'

red 36 ◦ green 112 ◦ blue 118

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

Shades of Atoll #247076

Tints of Atoll #247076

RGB

 RED value IS 36 (14.45% from 255) = 13.53%

 GREEN value IS 112 (44.14% from 255) = 42.11%

 BLUE value IS 118 (46.48% from 255) = 44.36%

R = 13.53%
G = 42.11%
B = 44.36%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#247076 (or 0x247076) is known color: Atoll. HEX triplet: 24, 70 and 76. RGB value is (36,112,118). Sum of RGB (Red+Green+Blue) = 36+112+118=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #247076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247076 is #DB8F89. Grayscale: #595959. Windows color (decimal): -14389130 or 7761956. OLE color: 7761956.

HSL color Cylindrical-coordinate representation of color #247076: hue angle of 184.39º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247076 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 112 118 -
CMYK 0.69 0.05 0 0.54
HSL 184.39º 0.53% 0.3% -
HSV(B) 184.39º 0.69% 0.46% -
XYZ 9.79 13.27 19.19 -
YUV 89.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 36 112 118 0.69 0.05 0 0.54 184.39 0.53 0.3
Hex 24 70 76 45 5 0 36 B8 35 1E
Octal 44 160 166 105 5 0 66 270 65 36
Binary 100100 1110000 1110110 1000101 101 0 110110 10111000 110101 11110

Color Harmonies of #247076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247076

Black with #247076

Text Example


Text Example

White with #247076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247076; }

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

 H1.HeaderClassName
 {
   color: #247076;
 }
 .AnyTagClassName
 {
   color: #247076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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