Shades of Java #21928D
Tints of Java #21928D
RGB
CMYK
RGB Variations
Color information
#21928D (or 0x21928D) is known color: Java. HEX triplet: 21, 92 and 8D. RGB value is (33,146,141). Sum of RGB (Red+Green+Blue) = 33+146+141=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #21928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21928D is #DE6D72. Grayscale: #6F6F6F. Windows color (decimal): -14577011 or 9277985. OLE color: 9277985.
HSL color Cylindrical-coordinate representation of color #21928D: hue angle of 177.35º 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 #21928D is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 141 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.43 |
| HSL | 177.35º | 0.63% | 0.35% | - |
| HSV(B) | 177.35º | 0.77% | 0.57% | - |
| XYZ | 15.71 | 22.8 | 28.77 | - |
| YUV | 111.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 141 | 0.77 | 0 | 0.03 | 0.43 | 177.35 | 0.63 | 0.35 |
| Hex | 21 | 92 | 8D | 4D | 0 | 3 | 2B | B1 | 3F | 23 |
| Octal | 41 | 222 | 215 | 115 | 0 | 3 | 53 | 261 | 77 | 43 |
| Binary | 100001 | 10010010 | 10001101 | 1001101 | 0 | 11 | 101011 | 10110001 | 111111 | 100011 |
Color Harmonies of #21928D
Complementary color
Monochromatic Colors of #21928D
Black with #21928D
Text Example
Text Example
White with #21928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21928D; }
p { color: rgb(33,146,141); }
H1.HeaderClassName
{
color: #21928D;
}
.AnyTagClassName
{
color: #21928D;
}
</style>
background-color css
<style>
a { background-color: #21928D; }
a { background-color: rgb(33,146,141); }
div.DivClassName
{
background-color: #21928D;
}
.BgClassName
{
background-color: #21928D;
}
</style>
border-color css
<style>
span { border-color: #21928D; }
span { border-color: rgb(33,146,141); }
td.TdClassName
{
border-color: #21928D;
}
.TagClassName
{
border-color: #21928D;
}
</style>