#247375

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

Shades of Atoll #247375

Tints of Atoll #247375

Color information

#247375 (or 0x247375) is unknown color: approx Atoll. HEX triplet: 24, 73 and 75. RGB value is (36,115,117). Sum of RGB (Red+Green+Blue) = 36+115+117=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #247375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247375 is #DB8C8A. Grayscale: #5B5B5B. Windows color (decimal): -14388363 or 7697188. OLE color: 7697188.

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

Color convert

RGB36115117-
CMYK0.690.0200.54
HSL181.48º52.94%30%-
HSV(B)181.48º69.23%45.88%-
XYZ10.0713.9218.99-
YUV91.61142.3388.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.43%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=13.43%
G=42.91%
B=43.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal361151170.690.0200.54181.4852.9430
Hex247375452036b5351e
Octal4416316510520662656536
Binary1001001110011111010110001011001101101011010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247375; }

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

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

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

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

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

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

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

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