Shades of Java #219297
Tints of Java #219297
RGB
CMYK
RGB Variations
Color information
#219297 (or 0x219297) is known color: Java. HEX triplet: 21, 92 and 97. RGB value is (33,146,151). Sum of RGB (Red+Green+Blue) = 33+146+151=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #219297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219297 is #DE6D68. Grayscale: #707070. Windows color (decimal): -14577001 or 9933345. OLE color: 9933345.
HSL color Cylindrical-coordinate representation of color #219297: hue angle of 182.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 #219297 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 146 | 151 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.41 |
| HSL | 182.54º | 0.64% | 0.36% | - |
| HSV(B) | 182.54º | 0.78% | 0.59% | - |
| XYZ | 16.49 | 23.12 | 32.87 | - |
| YUV | 112.78 | 149.56 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 151 | 0.78 | 0.03 | 0 | 0.41 | 182.54 | 0.64 | 0.36 |
| Hex | 21 | 92 | 97 | 4E | 3 | 0 | 29 | B7 | 40 | 24 |
| Octal | 41 | 222 | 227 | 116 | 3 | 0 | 51 | 267 | 100 | 44 |
| Binary | 100001 | 10010010 | 10010111 | 1001110 | 11 | 0 | 101001 | 10110111 | 1000000 | 100100 |
Color Harmonies of #219297
Complementary color
Monochromatic Colors of #219297
Black with #219297
Text Example
Text Example
White with #219297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219297; }
p { color: rgb(33,146,151); }
H1.HeaderClassName
{
color: #219297;
}
.AnyTagClassName
{
color: #219297;
}
</style>
background-color css
<style>
a { background-color: #219297; }
a { background-color: rgb(33,146,151); }
div.DivClassName
{
background-color: #219297;
}
.BgClassName
{
background-color: #219297;
}
</style>
border-color css
<style>
span { border-color: #219297; }
span { border-color: rgb(33,146,151); }
td.TdClassName
{
border-color: #219297;
}
.TagClassName
{
border-color: #219297;
}
</style>