#208088

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

Shades of Atoll #208088

Tints of Atoll #208088

Color information

#208088 (or 0x208088) is unknown color: approx Atoll. HEX triplet: 20, 80 and 88. RGB value is (32,128,136). Sum of RGB (Red+Green+Blue) = 32+128+136=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #208088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208088 is #DF7F77. Grayscale: #646464. Windows color (decimal): -14647160 or 8945696. OLE color: 8945696.

HSL color Cylindrical-coordinate representation of color #208088: hue angle of 184.62º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208088 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB32128136-
CMYK0.760.0600.47
HSL184.62º61.9%32.94%-
HSV(B)184.62º76.47%53.33%-
XYZ12.7617.5226-
YUV100.21148.279.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.81%
GREEN value IS 128 (50.39% from 255) = 43.24%
BLUE value IS 136 (53.52% from 255) = 45.95%
R=10.81%
G=43.24%
B=45.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321281360.760.0600.47184.6261.932.94
Hex2080884C602Fb93e21
Octal4020021011460572717641
Binary10000010000000100010001001100110010111110111001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208088; }

 p { color: rgb(32,128,136); }

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

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

 a { background-color: rgb(32,128,136); }

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

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

 span { border-color: rgb(32,128,136); }

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