#247073

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

Shades of Atoll #247073

Tints of Atoll #247073

Color information

#247073 (or 0x247073) is unknown color: approx 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

RGB36112115-
CMYK0.690.0300.55
HSL182.28º52.32%29.61%-
HSV(B)182.28º68.7%45.1%-
XYZ9.6213.218.26-
YUV89.62142.3289.76-

RGB Variations

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

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 (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361121150.690.0300.55182.2852.3229.61
Hex247073453037b6341e
Octal4416016310530672666436
Binary1001001110000111001110001011101101111011011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>