Shades of Java #219295
Tints of Java #219295
RGB
CMYK
RGB Variations
Color information
#219295 (or 0x219295) is known color: Java. HEX triplet: 21, 92 and 95. RGB value is (33,146,149). Sum of RGB (Red+Green+Blue) = 33+146+149=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #219295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219295 is #DE6D6A. Grayscale: #707070. Windows color (decimal): -14577003 or 9802273. OLE color: 9802273.
HSL color Cylindrical-coordinate representation of color #219295: hue angle of 181.55º 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 #219295 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 146 | 149 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.42 |
| HSL | 181.55º | 0.64% | 0.36% | - |
| HSV(B) | 181.55º | 0.78% | 0.58% | - |
| XYZ | 16.33 | 23.05 | 32.02 | - |
| YUV | 112.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 149 | 0.78 | 0.02 | 0 | 0.42 | 181.55 | 0.64 | 0.36 |
| Hex | 21 | 92 | 95 | 4E | 2 | 0 | 2A | B6 | 40 | 24 |
| Octal | 41 | 222 | 225 | 116 | 2 | 0 | 52 | 266 | 100 | 44 |
| Binary | 100001 | 10010010 | 10010101 | 1001110 | 10 | 0 | 101010 | 10110110 | 1000000 | 100100 |
Color Harmonies of #219295
Complementary color
Monochromatic Colors of #219295
Black with #219295
Text Example
Text Example
White with #219295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219295; }
p { color: rgb(33,146,149); }
H1.HeaderClassName
{
color: #219295;
}
.AnyTagClassName
{
color: #219295;
}
</style>
background-color css
<style>
a { background-color: #219295; }
a { background-color: rgb(33,146,149); }
div.DivClassName
{
background-color: #219295;
}
.BgClassName
{
background-color: #219295;
}
</style>
border-color css
<style>
span { border-color: #219295; }
span { border-color: rgb(33,146,149); }
td.TdClassName
{
border-color: #219295;
}
.TagClassName
{
border-color: #219295;
}
</style>