#218889

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

Shades of Java #218889

Tints of Java #218889

Color information

#218889 (or 0x218889) is unknown color: approx Java. HEX triplet: 21, 88 and 89. RGB value is (33,136,137). Sum of RGB (Red+Green+Blue) = 33+136+137=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #218889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218889 is #DE7776. Grayscale: #696969. Windows color (decimal): -14579575 or 9013281. OLE color: 9013281.

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

Color convert

RGB33136137-
CMYK0.760.0100.46
HSL180.58º61.18%33.33%-
HSV(B)180.58º75.91%53.73%-
XYZ13.9519.7426.74-
YUV105.32145.8876.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.78%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=10.78%
G=44.44%
B=44.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331361370.760.0100.46180.5861.1833.33
Hex2188894C102Eb53d21
Octal4121021111410562657541
Binary100001100010001000100110011001010111010110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218889; }

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

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

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

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

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

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

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

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