Shades of Java #21888D
Tints of Java #21888D
RGB
CMYK
RGB Variations
Color information
#21888D (or 0x21888D) is known color: Java. HEX triplet: 21, 88 and 8D. RGB value is (33,136,141). Sum of RGB (Red+Green+Blue) = 33+136+141=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #21888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21888D is #DE7772. Grayscale: #696969. Windows color (decimal): -14579571 or 9275425. OLE color: 9275425.
HSL color Cylindrical-coordinate representation of color #21888D: hue angle of 182.78º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21888D is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 136 | 141 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.45 |
| HSL | 182.78º | 0.62% | 0.34% | - |
| HSV(B) | 182.78º | 0.77% | 0.55% | - |
| XYZ | 14.24 | 19.85 | 28.28 | - |
| YUV | 105.77 | 147.88 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 141 | 0.77 | 0.04 | 0 | 0.45 | 182.78 | 0.62 | 0.34 |
| Hex | 21 | 88 | 8D | 4D | 4 | 0 | 2D | B7 | 3E | 22 |
| Octal | 41 | 210 | 215 | 115 | 4 | 0 | 55 | 267 | 76 | 42 |
| Binary | 100001 | 10001000 | 10001101 | 1001101 | 100 | 0 | 101101 | 10110111 | 111110 | 100010 |
Color Harmonies of #21888D
Complementary color
Monochromatic Colors of #21888D
Black with #21888D
Text Example
Text Example
White with #21888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21888D; }
p { color: rgb(33,136,141); }
H1.HeaderClassName
{
color: #21888D;
}
.AnyTagClassName
{
color: #21888D;
}
</style>
background-color css
<style>
a { background-color: #21888D; }
a { background-color: rgb(33,136,141); }
div.DivClassName
{
background-color: #21888D;
}
.BgClassName
{
background-color: #21888D;
}
</style>
border-color css
<style>
span { border-color: #21888D; }
span { border-color: rgb(33,136,141); }
td.TdClassName
{
border-color: #21888D;
}
.TagClassName
{
border-color: #21888D;
}
</style>