Shades of Java #21928F
Tints of Java #21928F
RGB
CMYK
RGB Variations
Color information
#21928F (or 0x21928F) is known color: Java. HEX triplet: 21, 92 and 8F. RGB value is (33,146,143). Sum of RGB (Red+Green+Blue) = 33+146+143=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #21928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21928F is #DE6D70. Grayscale: #6F6F6F. Windows color (decimal): -14577009 or 9409057. OLE color: 9409057.
HSL color Cylindrical-coordinate representation of color #21928F: hue angle of 178.41º 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 #21928F is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 143 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.43 |
| HSL | 178.41º | 0.63% | 0.35% | - |
| HSV(B) | 178.41º | 0.77% | 0.57% | - |
| XYZ | 15.86 | 22.86 | 29.56 | - |
| YUV | 111.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 143 | 0.77 | 0 | 0.02 | 0.43 | 178.41 | 0.63 | 0.35 |
| Hex | 21 | 92 | 8F | 4D | 0 | 2 | 2B | B2 | 3F | 23 |
| Octal | 41 | 222 | 217 | 115 | 0 | 2 | 53 | 262 | 77 | 43 |
| Binary | 100001 | 10010010 | 10001111 | 1001101 | 0 | 10 | 101011 | 10110010 | 111111 | 100011 |
Color Harmonies of #21928F
Complementary color
Monochromatic Colors of #21928F
Black with #21928F
Text Example
Text Example
White with #21928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21928F; }
p { color: rgb(33,146,143); }
H1.HeaderClassName
{
color: #21928F;
}
.AnyTagClassName
{
color: #21928F;
}
</style>
background-color css
<style>
a { background-color: #21928F; }
a { background-color: rgb(33,146,143); }
div.DivClassName
{
background-color: #21928F;
}
.BgClassName
{
background-color: #21928F;
}
</style>
border-color css
<style>
span { border-color: #21928F; }
span { border-color: rgb(33,146,143); }
td.TdClassName
{
border-color: #21928F;
}
.TagClassName
{
border-color: #21928F;
}
</style>