Shades of Java #21928E
Tints of Java #21928E
RGB
CMYK
RGB Variations
Color information
#21928E (or 0x21928E) is known color: Java. HEX triplet: 21, 92 and 8E. RGB value is (33,146,142). Sum of RGB (Red+Green+Blue) = 33+146+142=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #21928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21928E is #DE6D71. Grayscale: #6F6F6F. Windows color (decimal): -14577010 or 9343521. OLE color: 9343521.
HSL color Cylindrical-coordinate representation of color #21928E: hue angle of 177.88º 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 #21928E is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 142 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.43 |
| HSL | 177.88º | 0.63% | 0.35% | - |
| HSV(B) | 177.88º | 0.77% | 0.57% | - |
| XYZ | 15.79 | 22.83 | 29.17 | - |
| YUV | 111.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 142 | 0.77 | 0 | 0.03 | 0.43 | 177.88 | 0.63 | 0.35 |
| Hex | 21 | 92 | 8E | 4D | 0 | 3 | 2B | B2 | 3F | 23 |
| Octal | 41 | 222 | 216 | 115 | 0 | 3 | 53 | 262 | 77 | 43 |
| Binary | 100001 | 10010010 | 10001110 | 1001101 | 0 | 11 | 101011 | 10110010 | 111111 | 100011 |
Color Harmonies of #21928E
Complementary color
Monochromatic Colors of #21928E
Black with #21928E
Text Example
Text Example
White with #21928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21928E; }
p { color: rgb(33,146,142); }
H1.HeaderClassName
{
color: #21928E;
}
.AnyTagClassName
{
color: #21928E;
}
</style>
background-color css
<style>
a { background-color: #21928E; }
a { background-color: rgb(33,146,142); }
div.DivClassName
{
background-color: #21928E;
}
.BgClassName
{
background-color: #21928E;
}
</style>
border-color css
<style>
span { border-color: #21928E; }
span { border-color: rgb(33,146,142); }
td.TdClassName
{
border-color: #21928E;
}
.TagClassName
{
border-color: #21928E;
}
</style>