#207579

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

Shades of Atoll #207579

Tints of Atoll #207579

Color information

#207579 (or 0x207579) is unknown color: approx Atoll. HEX triplet: 20, 75 and 79. RGB value is (32,117,121). Sum of RGB (Red+Green+Blue) = 32+117+121=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #207579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207579 is #DF8A86. Grayscale: #5B5B5B. Windows color (decimal): -14649991 or 7959840. OLE color: 7959840.

HSL color Cylindrical-coordinate representation of color #207579: hue angle of 182.7º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207579 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB32117121-
CMYK0.740.0300.53
HSL182.7º58.17%30%-
HSV(B)182.7º73.55%47.45%-
XYZ10.4114.4120.32-
YUV92.04144.3485.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=11.85%
G=43.33%
B=44.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321171210.740.0300.53182.758.1730
Hex2075794A3035b73a1e
Octal4016517111230652677236
Binary1000001110101111100110010101101101011011011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207579; }

 p { color: rgb(32,117,121); }

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

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

 a { background-color: rgb(32,117,121); }

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

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

 span { border-color: rgb(32,117,121); }

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