Shades of Java #218889
Tints of Java #218889
RGB
CMYK
RGB Variations
Color information
#218889 (or 0x218889) is known color: 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
| RGB | 33 | 136 | 137 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.46 |
| HSL | 180.58º | 0.61% | 0.33% | - |
| HSV(B) | 180.58º | 0.76% | 0.54% | - |
| XYZ | 13.95 | 19.74 | 26.74 | - |
| YUV | 105.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 137 | 0.76 | 0.01 | 0 | 0.46 | 180.58 | 0.61 | 0.33 |
| Hex | 21 | 88 | 89 | 4C | 1 | 0 | 2E | B5 | 3D | 21 |
| Octal | 41 | 210 | 211 | 114 | 1 | 0 | 56 | 265 | 75 | 41 |
| Binary | 100001 | 10001000 | 10001001 | 1001100 | 1 | 0 | 101110 | 10110101 | 111101 | 100001 |
Color Harmonies of #218889
Complementary color
Monochromatic Colors of #218889
Black with #218889
Text Example
Text Example
White with #218889
Text Example
Text Example
HTML Codes & Css Web 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>