Shades of Java #219584
Tints of Java #219584
RGB
CMYK
RGB Variations
Color information
#219584 (or 0x219584) is known color: Java. HEX triplet: 21, 95 and 84. RGB value is (33,149,132). Sum of RGB (Red+Green+Blue) = 33+149+132=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #219584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219584 is #DE6A7B. Grayscale: #707070. Windows color (decimal): -14576252 or 8688929. OLE color: 8688929.
HSL color Cylindrical-coordinate representation of color #219584: hue angle of 171.21º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219584 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 132 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.42 |
| HSL | 171.21º | 0.64% | 0.36% | - |
| HSV(B) | 171.21º | 0.78% | 0.58% | - |
| XYZ | 15.54 | 23.48 | 25.54 | - |
| YUV | 112.38 | 139.07 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 132 | 0.78 | 0 | 0.11 | 0.42 | 171.21 | 0.64 | 0.36 |
| Hex | 21 | 95 | 84 | 4E | 0 | B | 2A | AB | 40 | 24 |
| Octal | 41 | 225 | 204 | 116 | 0 | 13 | 52 | 253 | 100 | 44 |
| Binary | 100001 | 10010101 | 10000100 | 1001110 | 0 | 1011 | 101010 | 10101011 | 1000000 | 100100 |
Color Harmonies of #219584
Complementary color
Monochromatic Colors of #219584
Black with #219584
Text Example
Text Example
White with #219584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219584; }
p { color: rgb(33,149,132); }
H1.HeaderClassName
{
color: #219584;
}
.AnyTagClassName
{
color: #219584;
}
</style>
background-color css
<style>
a { background-color: #219584; }
a { background-color: rgb(33,149,132); }
div.DivClassName
{
background-color: #219584;
}
.BgClassName
{
background-color: #219584;
}
</style>
border-color css
<style>
span { border-color: #219584; }
span { border-color: rgb(33,149,132); }
td.TdClassName
{
border-color: #219584;
}
.TagClassName
{
border-color: #219584;
}
</style>