#247074

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

Shades of Atoll #247074

Tints of Atoll #247074

Color information

#247074 (or 0x247074) is unknown color: approx Atoll. HEX triplet: 24, 70 and 74. RGB value is (36,112,116). Sum of RGB (Red+Green+Blue) = 36+112+116=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #247074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247074 is #DB8F8B. Grayscale: #595959. Windows color (decimal): -14389132 or 7630884. OLE color: 7630884.

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

Color convert

RGB36112116-
CMYK0.690.0300.55
HSL183º52.63%29.8%-
HSV(B)183º68.97%45.49%-
XYZ9.6713.2218.57-
YUV89.73142.8289.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=13.64%
G=42.42%
B=43.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361121160.690.0300.5518352.6329.8
Hex247074453037b7351e
Octal4416016410530672676536
Binary1001001110000111010010001011101101111011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247074; }

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

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

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

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

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

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

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

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