Shades of Java #219292
Tints of Java #219292
RGB
CMYK
RGB Variations
Color information
#219292 (or 0x219292) is known color: Java. HEX triplet: 21, 92 and 92. RGB value is (33,146,146). Sum of RGB (Red+Green+Blue) = 33+146+146=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #219292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219292 is #DE6D6D. Grayscale: #707070. Windows color (decimal): -14577006 or 9605665. OLE color: 9605665.
HSL color Cylindrical-coordinate representation of color #219292: hue angle of 180º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219292 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 146 | - |
| CMYK | 0.77 | 0 | 0 | 0.43 |
| HSL | 180º | 0.63% | 0.35% | - |
| HSV(B) | 180º | 0.77% | 0.57% | - |
| XYZ | 16.09 | 22.96 | 30.78 | - |
| YUV | 112.21 | 147.06 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 146 | 0.77 | 0 | 0 | 0.43 | 180 | 0.63 | 0.35 |
| Hex | 21 | 92 | 92 | 4D | 0 | 0 | 2B | B4 | 3F | 23 |
| Octal | 41 | 222 | 222 | 115 | 0 | 0 | 53 | 264 | 77 | 43 |
| Binary | 100001 | 10010010 | 10010010 | 1001101 | 0 | 0 | 101011 | 10110100 | 111111 | 100011 |
Color Harmonies of #219292
Complementary color
Monochromatic Colors of #219292
Black with #219292
Text Example
Text Example
White with #219292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219292; }
p { color: rgb(33,146,146); }
H1.HeaderClassName
{
color: #219292;
}
.AnyTagClassName
{
color: #219292;
}
</style>
background-color css
<style>
a { background-color: #219292; }
a { background-color: rgb(33,146,146); }
div.DivClassName
{
background-color: #219292;
}
.BgClassName
{
background-color: #219292;
}
</style>
border-color css
<style>
span { border-color: #219292; }
span { border-color: rgb(33,146,146); }
td.TdClassName
{
border-color: #219292;
}
.TagClassName
{
border-color: #219292;
}
</style>