#247275

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

Shades of Atoll #247275

Tints of Atoll #247275

Color information

#247275 (or 0x247275) is unknown color: approx Atoll. HEX triplet: 24, 72 and 75. RGB value is (36,114,117). Sum of RGB (Red+Green+Blue) = 36+114+117=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #247275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247275 is #DB8D8A. Grayscale: #5A5A5A. Windows color (decimal): -14388619 or 7696932. OLE color: 7696932.

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

Color convert

RGB36114117-
CMYK0.690.0300.54
HSL182.22º52.94%30%-
HSV(B)182.22º69.23%45.88%-
XYZ9.9613.6918.95-
YUV91.02142.6688.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=13.48%
G=42.70%
B=43.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal361141170.690.0300.54182.2252.9430
Hex247275453036b6351e
Octal4416216510530662666536
Binary1001001110010111010110001011101101101011011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247275; }

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

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

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

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

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

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

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

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