Shades of Java #219396
Tints of Java #219396
RGB
CMYK
RGB Variations
Color information
#219396 (or 0x219396) is known color: Java. HEX triplet: 21, 93 and 96. RGB value is (33,147,150). Sum of RGB (Red+Green+Blue) = 33+147+150=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #219396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219396 is #DE6C69. Grayscale: #717171. Windows color (decimal): -14576746 or 9868065. OLE color: 9868065.
HSL color Cylindrical-coordinate representation of color #219396: hue angle of 181.54º 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 #219396 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 147 | 150 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.41 |
| HSL | 181.54º | 0.64% | 0.36% | - |
| HSV(B) | 181.54º | 0.78% | 0.59% | - |
| XYZ | 16.57 | 23.39 | 32.5 | - |
| YUV | 113.26 | 148.73 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 150 | 0.78 | 0.02 | 0 | 0.41 | 181.54 | 0.64 | 0.36 |
| Hex | 21 | 93 | 96 | 4E | 2 | 0 | 29 | B6 | 40 | 24 |
| Octal | 41 | 223 | 226 | 116 | 2 | 0 | 51 | 266 | 100 | 44 |
| Binary | 100001 | 10010011 | 10010110 | 1001110 | 10 | 0 | 101001 | 10110110 | 1000000 | 100100 |
Color Harmonies of #219396
Complementary color
Monochromatic Colors of #219396
Black with #219396
Text Example
Text Example
White with #219396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219396; }
p { color: rgb(33,147,150); }
H1.HeaderClassName
{
color: #219396;
}
.AnyTagClassName
{
color: #219396;
}
</style>
background-color css
<style>
a { background-color: #219396; }
a { background-color: rgb(33,147,150); }
div.DivClassName
{
background-color: #219396;
}
.BgClassName
{
background-color: #219396;
}
</style>
border-color css
<style>
span { border-color: #219396; }
span { border-color: rgb(33,147,150); }
td.TdClassName
{
border-color: #219396;
}
.TagClassName
{
border-color: #219396;
}
</style>