Html Css Color HEX #247074 Atoll

📋 copy color: '#247074'

red 36 ◦ green 112 ◦ blue 116

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

Shades of Atoll #247074

Tints of Atoll #247074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 13.64%
G = 42.42%
B = 43.94%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#247074 (or 0x247074) is known color: Atoll. HEX triplet: 24, 70 and 74. RGB value is (36,112,116). Sum of RGB (Red+Green+Blue) = 36+112+116=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #247074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247074 is #DB8F8B. Grayscale: #595959. Windows color (decimal): -14389132 or 7630884. OLE color: 7630884.

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

Color convert

RGB 36 112 116 -
CMYK 0.69 0.03 0 0.55
HSL 183º 0.53% 0.3% -
HSV(B) 183º 0.69% 0.45% -
XYZ 9.67 13.22 18.57 -
YUV 89.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 36 112 116 0.69 0.03 0 0.55 183 0.53 0.3
Hex 24 70 74 45 3 0 37 B7 35 1E
Octal 44 160 164 105 3 0 67 267 65 36
Binary 100100 1110000 1110100 1000101 11 0 110111 10110111 110101 11110

Color Harmonies of #247074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247074

Black with #247074

Text Example


Text Example

White with #247074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247074; }

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

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

background-color css

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

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

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

border-color css

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

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

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