Shades of Java #219490
Tints of Java #219490
RGB
CMYK
RGB Variations
Color information
#219490 (or 0x219490) is known color: Java. HEX triplet: 21, 94 and 90. RGB value is (33,148,144). Sum of RGB (Red+Green+Blue) = 33+148+144=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #219490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219490 is #DE6B6F. Grayscale: #717171. Windows color (decimal): -14576496 or 9475105. OLE color: 9475105.
HSL color Cylindrical-coordinate representation of color #219490: hue angle of 177.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219490 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 144 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.42 |
| HSL | 177.91º | 0.64% | 0.35% | - |
| HSV(B) | 177.91º | 0.78% | 0.58% | - |
| XYZ | 16.25 | 23.52 | 30.07 | - |
| YUV | 113.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 144 | 0.78 | 0 | 0.03 | 0.42 | 177.91 | 0.64 | 0.35 |
| Hex | 21 | 94 | 90 | 4E | 0 | 3 | 2A | B2 | 40 | 23 |
| Octal | 41 | 224 | 220 | 116 | 0 | 3 | 52 | 262 | 100 | 43 |
| Binary | 100001 | 10010100 | 10010000 | 1001110 | 0 | 11 | 101010 | 10110010 | 1000000 | 100011 |
Color Harmonies of #219490
Complementary color
Monochromatic Colors of #219490
Black with #219490
Text Example
Text Example
White with #219490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219490; }
p { color: rgb(33,148,144); }
H1.HeaderClassName
{
color: #219490;
}
.AnyTagClassName
{
color: #219490;
}
</style>
background-color css
<style>
a { background-color: #219490; }
a { background-color: rgb(33,148,144); }
div.DivClassName
{
background-color: #219490;
}
.BgClassName
{
background-color: #219490;
}
</style>
border-color css
<style>
span { border-color: #219490; }
span { border-color: rgb(33,148,144); }
td.TdClassName
{
border-color: #219490;
}
.TagClassName
{
border-color: #219490;
}
</style>