#218896

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

Shades of Java #218896

Tints of Java #218896

Color information

#218896 (or 0x218896) is unknown color: approx Java. HEX triplet: 21, 88 and 96. RGB value is (33,136,150). Sum of RGB (Red+Green+Blue) = 33+136+150=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #218896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218896 is #DE7769. Grayscale: #6A6A6A. Windows color (decimal): -14579562 or 9865249. OLE color: 9865249.

HSL color Cylindrical-coordinate representation of color #218896: hue angle of 187.18º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218896 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB33136150-
CMYK0.780.0900.41
HSL187.18º63.93%35.88%-
HSV(B)187.18º78%58.82%-
XYZ14.9420.1331.95-
YUV106.8152.3875.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.34%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=10.34%
G=42.63%
B=47.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331361500.780.0900.41187.1863.9335.88
Hex2188964E9029bb4024
Octal412102261161105127310044
Binary1000011000100010010110100111010010101001101110111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218896; }

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

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

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

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

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

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

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

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