Shades of Java #219182
Tints of Java #219182
RGB
CMYK
RGB Variations
Color information
#219182 (or 0x219182) is known color: Java. HEX triplet: 21, 91 and 82. RGB value is (33,145,130). Sum of RGB (Red+Green+Blue) = 33+145+130=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #219182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219182 is #DE6E7D. Grayscale: #6D6D6D. Windows color (decimal): -14577278 or 8556833. OLE color: 8556833.
HSL color Cylindrical-coordinate representation of color #219182: hue angle of 171.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219182 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 130 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.43 |
| HSL | 171.96º | 0.63% | 0.35% | - |
| HSV(B) | 171.96º | 0.77% | 0.57% | - |
| XYZ | 14.78 | 22.19 | 24.62 | - |
| YUV | 109.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 130 | 0.77 | 0 | 0.10 | 0.43 | 171.96 | 0.63 | 0.35 |
| Hex | 21 | 91 | 82 | 4D | 0 | A | 2B | AC | 3F | 23 |
| Octal | 41 | 221 | 202 | 115 | 0 | 12 | 53 | 254 | 77 | 43 |
| Binary | 100001 | 10010001 | 10000010 | 1001101 | 0 | 1010 | 101011 | 10101100 | 111111 | 100011 |
Color Harmonies of #219182
Complementary color
Monochromatic Colors of #219182
Black with #219182
Text Example
Text Example
White with #219182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219182; }
p { color: rgb(33,145,130); }
H1.HeaderClassName
{
color: #219182;
}
.AnyTagClassName
{
color: #219182;
}
</style>
background-color css
<style>
a { background-color: #219182; }
a { background-color: rgb(33,145,130); }
div.DivClassName
{
background-color: #219182;
}
.BgClassName
{
background-color: #219182;
}
</style>
border-color css
<style>
span { border-color: #219182; }
span { border-color: rgb(33,145,130); }
td.TdClassName
{
border-color: #219182;
}
.TagClassName
{
border-color: #219182;
}
</style>