Shades of Java #21939F
Tints of Java #21939F
RGB
CMYK
RGB Variations
Color information
#21939F (or 0x21939F) is known color: Java. HEX triplet: 21, 93 and 9F. RGB value is (33,147,159). Sum of RGB (Red+Green+Blue) = 33+147+159=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #21939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21939F is #DE6C60. Grayscale: #727272. Windows color (decimal): -14576737 or 10457889. OLE color: 10457889.
HSL color Cylindrical-coordinate representation of color #21939F: hue angle of 185.71º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21939F is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 147 | 159 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.38 |
| HSL | 185.71º | 0.66% | 0.38% | - |
| HSV(B) | 185.71º | 0.79% | 0.62% | - |
| XYZ | 17.32 | 23.69 | 36.46 | - |
| YUV | 114.28 | 153.23 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 159 | 0.79 | 0.08 | 0 | 0.38 | 185.71 | 0.66 | 0.38 |
| Hex | 21 | 93 | 9F | 4F | 8 | 0 | 26 | BA | 42 | 26 |
| Octal | 41 | 223 | 237 | 117 | 10 | 0 | 46 | 272 | 102 | 46 |
| Binary | 100001 | 10010011 | 10011111 | 1001111 | 1000 | 0 | 100110 | 10111010 | 1000010 | 100110 |
Color Harmonies of #21939F
Complementary color
Monochromatic Colors of #21939F
Black with #21939F
Text Example
Text Example
White with #21939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21939F; }
p { color: rgb(33,147,159); }
H1.HeaderClassName
{
color: #21939F;
}
.AnyTagClassName
{
color: #21939F;
}
</style>
background-color css
<style>
a { background-color: #21939F; }
a { background-color: rgb(33,147,159); }
div.DivClassName
{
background-color: #21939F;
}
.BgClassName
{
background-color: #21939F;
}
</style>
border-color css
<style>
span { border-color: #21939F; }
span { border-color: rgb(33,147,159); }
td.TdClassName
{
border-color: #21939F;
}
.TagClassName
{
border-color: #21939F;
}
</style>