Shades of Java #219284
Tints of Java #219284
RGB
CMYK
RGB Variations
Color information
#219284 (or 0x219284) is known color: Java. HEX triplet: 21, 92 and 84. RGB value is (33,146,132). Sum of RGB (Red+Green+Blue) = 33+146+132=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #219284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219284 is #DE6D7B. Grayscale: #6E6E6E. Windows color (decimal): -14577020 or 8688161. OLE color: 8688161.
HSL color Cylindrical-coordinate representation of color #219284: hue angle of 172.57º 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 #219284 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 132 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.43 |
| HSL | 172.57º | 0.63% | 0.35% | - |
| HSV(B) | 172.57º | 0.77% | 0.57% | - |
| XYZ | 15.07 | 22.55 | 25.39 | - |
| YUV | 110.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 132 | 0.77 | 0 | 0.10 | 0.43 | 172.57 | 0.63 | 0.35 |
| Hex | 21 | 92 | 84 | 4D | 0 | A | 2B | AD | 3F | 23 |
| Octal | 41 | 222 | 204 | 115 | 0 | 12 | 53 | 255 | 77 | 43 |
| Binary | 100001 | 10010010 | 10000100 | 1001101 | 0 | 1010 | 101011 | 10101101 | 111111 | 100011 |
Color Harmonies of #219284
Complementary color
Monochromatic Colors of #219284
Black with #219284
Text Example
Text Example
White with #219284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219284; }
p { color: rgb(33,146,132); }
H1.HeaderClassName
{
color: #219284;
}
.AnyTagClassName
{
color: #219284;
}
</style>
background-color css
<style>
a { background-color: #219284; }
a { background-color: rgb(33,146,132); }
div.DivClassName
{
background-color: #219284;
}
.BgClassName
{
background-color: #219284;
}
</style>
border-color css
<style>
span { border-color: #219284; }
span { border-color: rgb(33,146,132); }
td.TdClassName
{
border-color: #219284;
}
.TagClassName
{
border-color: #219284;
}
</style>