Shades of Java #219588
Tints of Java #219588
RGB
CMYK
RGB Variations
Color information
#219588 (or 0x219588) is known color: Java. HEX triplet: 21, 95 and 88. RGB value is (33,149,136). Sum of RGB (Red+Green+Blue) = 33+149+136=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #219588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219588 is #DE6A77. Grayscale: #707070. Windows color (decimal): -14576248 or 8951073. OLE color: 8951073.
HSL color Cylindrical-coordinate representation of color #219588: hue angle of 173.28º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219588 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 136 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.42 |
| HSL | 173.28º | 0.64% | 0.36% | - |
| HSV(B) | 173.28º | 0.78% | 0.58% | - |
| XYZ | 15.82 | 23.6 | 27.01 | - |
| YUV | 112.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 136 | 0.78 | 0 | 0.09 | 0.42 | 173.28 | 0.64 | 0.36 |
| Hex | 21 | 95 | 88 | 4E | 0 | 9 | 2A | AD | 40 | 24 |
| Octal | 41 | 225 | 210 | 116 | 0 | 11 | 52 | 255 | 100 | 44 |
| Binary | 100001 | 10010101 | 10001000 | 1001110 | 0 | 1001 | 101010 | 10101101 | 1000000 | 100100 |
Color Harmonies of #219588
Complementary color
Monochromatic Colors of #219588
Black with #219588
Text Example
Text Example
White with #219588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219588; }
p { color: rgb(33,149,136); }
H1.HeaderClassName
{
color: #219588;
}
.AnyTagClassName
{
color: #219588;
}
</style>
background-color css
<style>
a { background-color: #219588; }
a { background-color: rgb(33,149,136); }
div.DivClassName
{
background-color: #219588;
}
.BgClassName
{
background-color: #219588;
}
</style>
border-color css
<style>
span { border-color: #219588; }
span { border-color: rgb(33,149,136); }
td.TdClassName
{
border-color: #219588;
}
.TagClassName
{
border-color: #219588;
}
</style>