Html Css Color HEX #247073 Atoll

📋 copy color: '#247073'

red 36 ◦ green 112 ◦ blue 115

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

Shades of Atoll #247073

Tints of Atoll #247073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 13.69%
G = 42.59%
B = 43.73%

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

#247073 (or 0x247073) is known color: Atoll. HEX triplet: 24, 70 and 73. RGB value is (36,112,115). Sum of RGB (Red+Green+Blue) = 36+112+115=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #247073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247073 is #DB8F8C. Grayscale: #595959. Windows color (decimal): -14389133 or 7565348. OLE color: 7565348.

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

Color convert

RGB 36 112 115 -
CMYK 0.69 0.03 0 0.55
HSL 182.28º 0.52% 0.3% -
HSV(B) 182.28º 0.69% 0.45% -
XYZ 9.62 13.2 18.26 -
YUV 89.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 36 112 115 0.69 0.03 0 0.55 182.28 0.52 0.3
Hex 24 70 73 45 3 0 37 B6 34 1E
Octal 44 160 163 105 3 0 67 266 64 36
Binary 100100 1110000 1110011 1000101 11 0 110111 10110110 110100 11110

Color Harmonies of #247073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247073

Black with #247073

Text Example


Text Example

White with #247073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247073; }

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

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

background-color css

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

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

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

border-color css

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

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

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