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