Shades of Java #219CA2
Tints of Java #219CA2
RGB
CMYK
RGB Variations
Color information
#219CA2 (or 0x219CA2) is known color: Java. HEX triplet: 21, 9C and A2. RGB value is (33,156,162). Sum of RGB (Red+Green+Blue) = 33+156+162=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #219CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219CA2 is #DE635D. Grayscale: #777777. Windows color (decimal): -14574430 or 10656801. OLE color: 10656801.
HSL color Cylindrical-coordinate representation of color #219CA2: hue angle of 182.79º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219CA2 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 156 | 162 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.36 |
| HSL | 182.79º | 0.66% | 0.38% | - |
| HSV(B) | 182.79º | 0.8% | 0.64% | - |
| XYZ | 19.04 | 26.71 | 38.33 | - |
| YUV | 119.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 162 | 0.80 | 0.04 | 0 | 0.36 | 182.79 | 0.66 | 0.38 |
| Hex | 21 | 9C | A2 | 50 | 4 | 0 | 24 | B7 | 42 | 26 |
| Octal | 41 | 234 | 242 | 120 | 4 | 0 | 44 | 267 | 102 | 46 |
| Binary | 100001 | 10011100 | 10100010 | 1010000 | 100 | 0 | 100100 | 10110111 | 1000010 | 100110 |
Color Harmonies of #219CA2
Complementary color
Monochromatic Colors of #219CA2
Black with #219CA2
Text Example
Text Example
White with #219CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CA2; }
p { color: rgb(33,156,162); }
H1.HeaderClassName
{
color: #219CA2;
}
.AnyTagClassName
{
color: #219CA2;
}
</style>
background-color css
<style>
a { background-color: #219CA2; }
a { background-color: rgb(33,156,162); }
div.DivClassName
{
background-color: #219CA2;
}
.BgClassName
{
background-color: #219CA2;
}
</style>
border-color css
<style>
span { border-color: #219CA2; }
span { border-color: rgb(33,156,162); }
td.TdClassName
{
border-color: #219CA2;
}
.TagClassName
{
border-color: #219CA2;
}
</style>