Shades of Java #21888E
Tints of Java #21888E
RGB
CMYK
RGB Variations
Color information
#21888E (or 0x21888E) is known color: Java. HEX triplet: 21, 88 and 8E. RGB value is (33,136,142). Sum of RGB (Red+Green+Blue) = 33+136+142=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #21888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21888E is #DE7771. Grayscale: #696969. Windows color (decimal): -14579570 or 9340961. OLE color: 9340961.
HSL color Cylindrical-coordinate representation of color #21888E: hue angle of 183.3º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21888E is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 136 | 142 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.44 |
| HSL | 183.3º | 0.62% | 0.34% | - |
| HSV(B) | 183.3º | 0.77% | 0.56% | - |
| XYZ | 14.31 | 19.88 | 28.67 | - |
| YUV | 105.89 | 148.38 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 142 | 0.77 | 0.04 | 0 | 0.44 | 183.3 | 0.62 | 0.34 |
| Hex | 21 | 88 | 8E | 4D | 4 | 0 | 2C | B7 | 3E | 22 |
| Octal | 41 | 210 | 216 | 115 | 4 | 0 | 54 | 267 | 76 | 42 |
| Binary | 100001 | 10001000 | 10001110 | 1001101 | 100 | 0 | 101100 | 10110111 | 111110 | 100010 |
Color Harmonies of #21888E
Complementary color
Monochromatic Colors of #21888E
Black with #21888E
Text Example
Text Example
White with #21888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21888E; }
p { color: rgb(33,136,142); }
H1.HeaderClassName
{
color: #21888E;
}
.AnyTagClassName
{
color: #21888E;
}
</style>
background-color css
<style>
a { background-color: #21888E; }
a { background-color: rgb(33,136,142); }
div.DivClassName
{
background-color: #21888E;
}
.BgClassName
{
background-color: #21888E;
}
</style>
border-color css
<style>
span { border-color: #21888E; }
span { border-color: rgb(33,136,142); }
td.TdClassName
{
border-color: #21888E;
}
.TagClassName
{
border-color: #21888E;
}
</style>