Shades of Java #21888F
Tints of Java #21888F
RGB
CMYK
RGB Variations
Color information
#21888F (or 0x21888F) is known color: Java. HEX triplet: 21, 88 and 8F. RGB value is (33,136,143). Sum of RGB (Red+Green+Blue) = 33+136+143=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #21888F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21888F is #DE7770. Grayscale: #696969. Windows color (decimal): -14579569 or 9406497. OLE color: 9406497.
HSL color Cylindrical-coordinate representation of color #21888F: hue angle of 183.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21888F is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 136 | 143 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.44 |
| HSL | 183.82º | 0.63% | 0.35% | - |
| HSV(B) | 183.82º | 0.77% | 0.56% | - |
| XYZ | 14.39 | 19.91 | 29.07 | - |
| YUV | 106 | 148.88 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 143 | 0.77 | 0.05 | 0 | 0.44 | 183.82 | 0.63 | 0.35 |
| Hex | 21 | 88 | 8F | 4D | 5 | 0 | 2C | B8 | 3E | 23 |
| Octal | 41 | 210 | 217 | 115 | 5 | 0 | 54 | 270 | 76 | 43 |
| Binary | 100001 | 10001000 | 10001111 | 1001101 | 101 | 0 | 101100 | 10111000 | 111110 | 100011 |
Color Harmonies of #21888F
Complementary color
Monochromatic Colors of #21888F
Black with #21888F
Text Example
Text Example
White with #21888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21888F; }
p { color: rgb(33,136,143); }
H1.HeaderClassName
{
color: #21888F;
}
.AnyTagClassName
{
color: #21888F;
}
</style>
background-color css
<style>
a { background-color: #21888F; }
a { background-color: rgb(33,136,143); }
div.DivClassName
{
background-color: #21888F;
}
.BgClassName
{
background-color: #21888F;
}
</style>
border-color css
<style>
span { border-color: #21888F; }
span { border-color: rgb(33,136,143); }
td.TdClassName
{
border-color: #21888F;
}
.TagClassName
{
border-color: #21888F;
}
</style>