#218688

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

Shades of Atoll #218688

Tints of Atoll #218688

Color information

#218688 (or 0x218688) is unknown color: approx Atoll. HEX triplet: 21, 86 and 88. RGB value is (33,134,136). Sum of RGB (Red+Green+Blue) = 33+134+136=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #218688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218688 is #DE7977. Grayscale: #676767. Windows color (decimal): -14580088 or 8947233. OLE color: 8947233.

HSL color Cylindrical-coordinate representation of color #218688: hue angle of 181.17º degrees, saturation: 0.61, 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 #218688 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB33134136-
CMYK0.760.0100.47
HSL181.17º60.95%33.14%-
HSV(B)181.17º75.74%53.33%-
XYZ13.619.1526.27-
YUV104.03146.0477.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.89%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=10.89%
G=44.22%
B=44.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331341360.760.0100.47181.1760.9533.14
Hex2186884C102Fb53d21
Octal4120621011410572657541
Binary100001100001101000100010011001010111110110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218688; }

 p { color: rgb(33,134,136); }

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

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

 a { background-color: rgb(33,134,136); }

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

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

 span { border-color: rgb(33,134,136); }

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