Shades of Java #21888A
Tints of Java #21888A
RGB
CMYK
RGB Variations
Color information
#21888A (or 0x21888A) is known color: Java. HEX triplet: 21, 88 and 8A. RGB value is (33,136,138). Sum of RGB (Red+Green+Blue) = 33+136+138=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #21888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21888A is #DE7775. Grayscale: #696969. Windows color (decimal): -14579574 or 9078817. OLE color: 9078817.
HSL color Cylindrical-coordinate representation of color #21888A: hue angle of 181.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21888A is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 136 | 138 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.46 |
| HSL | 181.14º | 0.61% | 0.34% | - |
| HSV(B) | 181.14º | 0.76% | 0.54% | - |
| XYZ | 14.02 | 19.77 | 27.12 | - |
| YUV | 105.43 | 146.38 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 138 | 0.76 | 0.01 | 0 | 0.46 | 181.14 | 0.61 | 0.34 |
| Hex | 21 | 88 | 8A | 4C | 1 | 0 | 2E | B5 | 3D | 22 |
| Octal | 41 | 210 | 212 | 114 | 1 | 0 | 56 | 265 | 75 | 42 |
| Binary | 100001 | 10001000 | 10001010 | 1001100 | 1 | 0 | 101110 | 10110101 | 111101 | 100010 |
Color Harmonies of #21888A
Complementary color
Monochromatic Colors of #21888A
Black with #21888A
Text Example
Text Example
White with #21888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21888A; }
p { color: rgb(33,136,138); }
H1.HeaderClassName
{
color: #21888A;
}
.AnyTagClassName
{
color: #21888A;
}
</style>
background-color css
<style>
a { background-color: #21888A; }
a { background-color: rgb(33,136,138); }
div.DivClassName
{
background-color: #21888A;
}
.BgClassName
{
background-color: #21888A;
}
</style>
border-color css
<style>
span { border-color: #21888A; }
span { border-color: rgb(33,136,138); }
td.TdClassName
{
border-color: #21888A;
}
.TagClassName
{
border-color: #21888A;
}
</style>