#218589

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

Shades of Atoll #218589

Tints of Atoll #218589

Color information

#218589 (or 0x218589) is unknown color: approx Atoll. HEX triplet: 21, 85 and 89. RGB value is (33,133,137). Sum of RGB (Red+Green+Blue) = 33+133+137=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #218589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218589 is #DE7A76. Grayscale: #676767. Windows color (decimal): -14580343 or 9012513. OLE color: 9012513.

HSL color Cylindrical-coordinate representation of color #218589: hue angle of 182.31º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218589 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB33133137-
CMYK0.760.0300.46
HSL182.31º61.18%33.33%-
HSV(B)182.31º75.91%53.73%-
XYZ13.5318.926.6-
YUV103.56146.8777.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.89%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=10.89%
G=43.89%
B=45.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331331370.760.0300.46182.3161.1833.33
Hex2185894C302Eb63d21
Octal4120521111430562667541
Binary1000011000010110001001100110011010111010110110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218589; }

 p { color: rgb(33,133,137); }

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

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

 a { background-color: rgb(33,133,137); }

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

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

 span { border-color: rgb(33,133,137); }

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