Shades of Java #219384
Tints of Java #219384
RGB
CMYK
RGB Variations
Color information
#219384 (or 0x219384) is known color: Java. HEX triplet: 21, 93 and 84. RGB value is (33,147,132). Sum of RGB (Red+Green+Blue) = 33+147+132=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #219384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219384 is #DE6C7B. Grayscale: #6F6F6F. Windows color (decimal): -14576764 or 8688417. OLE color: 8688417.
HSL color Cylindrical-coordinate representation of color #219384: hue angle of 172.11º degrees, saturation: 0.63, 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 #219384 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 147 | 132 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.42 |
| HSL | 172.11º | 0.63% | 0.35% | - |
| HSV(B) | 172.11º | 0.78% | 0.58% | - |
| XYZ | 15.23 | 22.86 | 25.44 | - |
| YUV | 111.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 132 | 0.78 | 0 | 0.10 | 0.42 | 172.11 | 0.63 | 0.35 |
| Hex | 21 | 93 | 84 | 4E | 0 | A | 2A | AC | 3F | 23 |
| Octal | 41 | 223 | 204 | 116 | 0 | 12 | 52 | 254 | 77 | 43 |
| Binary | 100001 | 10010011 | 10000100 | 1001110 | 0 | 1010 | 101010 | 10101100 | 111111 | 100011 |
Color Harmonies of #219384
Complementary color
Monochromatic Colors of #219384
Black with #219384
Text Example
Text Example
White with #219384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219384; }
p { color: rgb(33,147,132); }
H1.HeaderClassName
{
color: #219384;
}
.AnyTagClassName
{
color: #219384;
}
</style>
background-color css
<style>
a { background-color: #219384; }
a { background-color: rgb(33,147,132); }
div.DivClassName
{
background-color: #219384;
}
.BgClassName
{
background-color: #219384;
}
</style>
border-color css
<style>
span { border-color: #219384; }
span { border-color: rgb(33,147,132); }
td.TdClassName
{
border-color: #219384;
}
.TagClassName
{
border-color: #219384;
}
</style>