#247178

Color #247178 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #247178

Tints of Atoll #247178

Color information

#247178 (or 0x247178) is unknown color: approx Atoll. HEX triplet: 24, 71 and 78. RGB value is (36,113,120). Sum of RGB (Red+Green+Blue) = 36+113+120=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #247178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247178 is #DB8E87. Grayscale: #5A5A5A. Windows color (decimal): -14388872 or 7893284. OLE color: 7893284.

HSL color Cylindrical-coordinate representation of color #247178: hue angle of 185º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247178 is Cyan = 0.7, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB36113120-
CMYK0.70.0600.53
HSL185º53.85%30.59%-
HSV(B)185º70%47.06%-
XYZ10.0213.5419.85-
YUV90.78144.4988.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.38%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=13.38%
G=42.01%
B=44.61%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal361131200.70.0600.5318553.8530.59
Hex247178466035b9361f
Octal4416117010660652716637
Binary10010011100011111000100011011001101011011100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247178; }

 p { color: rgb(36,113,120); }

 H1.HeaderClassName
 {
   color: #247178;
 }
 .AnyTagClassName
 {
   color: #247178;
 }
</style>
background-color css

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

 a { background-color: rgb(36,113,120); }

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

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

 span { border-color: rgb(36,113,120); }

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