#218389

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

Shades of Atoll #218389

Tints of Atoll #218389

Color information

#218389 (or 0x218389) is unknown color: approx Atoll. HEX triplet: 21, 83 and 89. RGB value is (33,131,137). Sum of RGB (Red+Green+Blue) = 33+131+137=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #218389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218389 is #DE7C76. Grayscale: #666666. Windows color (decimal): -14580855 or 9012001. OLE color: 9012001.

HSL color Cylindrical-coordinate representation of color #218389: hue angle of 183.46º 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 #218389 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB33131137-
CMYK0.760.0400.46
HSL183.46º61.18%33.33%-
HSV(B)183.46º75.91%53.73%-
XYZ13.2618.3626.51-
YUV102.38147.5378.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=10.96%
G=43.52%
B=45.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331311370.760.0400.46183.4661.1833.33
Hex2183894C402Eb73d21
Octal4120321111440562677541
Binary10000110000011100010011001100100010111010110111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218389; }

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

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

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

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

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

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

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

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