Html Css Color HEX #247274 Atoll

📋 copy color: '#247274'

red 36 ◦ green 114 ◦ blue 116

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

Shades of Atoll #247274

Tints of Atoll #247274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.86%

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

R = 13.53%
G = 42.86%
B = 43.61%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#247274 (or 0x247274) is known color: Atoll. HEX triplet: 24, 72 and 74. RGB value is (36,114,116). Sum of RGB (Red+Green+Blue) = 36+114+116=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #247274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247274 is #DB8D8B. Grayscale: #5A5A5A. Windows color (decimal): -14388620 or 7631396. OLE color: 7631396.

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

Color convert

RGB 36 114 116 -
CMYK 0.69 0.02 0 0.55
HSL 181.5º 0.53% 0.3% -
HSV(B) 181.5º 0.69% 0.45% -
XYZ 9.9 13.67 18.64 -
YUV 90.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 36 114 116 0.69 0.02 0 0.55 181.5 0.53 0.3
Hex 24 72 74 45 2 0 37 B6 35 1E
Octal 44 162 164 105 2 0 67 266 65 36
Binary 100100 1110010 1110100 1000101 10 0 110111 10110110 110101 11110

Color Harmonies of #247274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247274

Black with #247274

Text Example


Text Example

White with #247274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247274; }

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

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

background-color css

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

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

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

border-color css

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

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

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