Shades of Java #219299
Tints of Java #219299
RGB
CMYK
RGB Variations
Color information
#219299 (or 0x219299) is known color: Java. HEX triplet: 21, 92 and 99. RGB value is (33,146,153). Sum of RGB (Red+Green+Blue) = 33+146+153=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #219299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219299 is #DE6D66. Grayscale: #707070. Windows color (decimal): -14576999 or 10064417. OLE color: 10064417.
HSL color Cylindrical-coordinate representation of color #219299: hue angle of 183.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219299 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 146 | 153 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.4 |
| HSL | 183.5º | 0.65% | 0.36% | - |
| HSV(B) | 183.5º | 0.78% | 0.6% | - |
| XYZ | 16.66 | 23.18 | 33.73 | - |
| YUV | 113.01 | 150.56 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 153 | 0.78 | 0.05 | 0 | 0.4 | 183.5 | 0.65 | 0.36 |
| Hex | 21 | 92 | 99 | 4E | 5 | 0 | 28 | B8 | 41 | 24 |
| Octal | 41 | 222 | 231 | 116 | 5 | 0 | 50 | 270 | 101 | 44 |
| Binary | 100001 | 10010010 | 10011001 | 1001110 | 101 | 0 | 101000 | 10111000 | 1000001 | 100100 |
Color Harmonies of #219299
Complementary color
Monochromatic Colors of #219299
Black with #219299
Text Example
Text Example
White with #219299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219299; }
p { color: rgb(33,146,153); }
H1.HeaderClassName
{
color: #219299;
}
.AnyTagClassName
{
color: #219299;
}
</style>
background-color css
<style>
a { background-color: #219299; }
a { background-color: rgb(33,146,153); }
div.DivClassName
{
background-color: #219299;
}
.BgClassName
{
background-color: #219299;
}
</style>
border-color css
<style>
span { border-color: #219299; }
span { border-color: rgb(33,146,153); }
td.TdClassName
{
border-color: #219299;
}
.TagClassName
{
border-color: #219299;
}
</style>