Shades of Java #219282
Tints of Java #219282
RGB
CMYK
RGB Variations
Color information
#219282 (or 0x219282) is known color: Java. HEX triplet: 21, 92 and 82. RGB value is (33,146,130). Sum of RGB (Red+Green+Blue) = 33+146+130=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #219282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219282 is #DE6D7D. Grayscale: #6E6E6E. Windows color (decimal): -14577022 or 8557089. OLE color: 8557089.
HSL color Cylindrical-coordinate representation of color #219282: hue angle of 171.5º 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 #219282 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 130 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.43 |
| HSL | 171.5º | 0.63% | 0.35% | - |
| HSV(B) | 171.5º | 0.77% | 0.57% | - |
| XYZ | 14.94 | 22.49 | 24.67 | - |
| YUV | 110.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 130 | 0.77 | 0 | 0.11 | 0.43 | 171.5 | 0.63 | 0.35 |
| Hex | 21 | 92 | 82 | 4D | 0 | B | 2B | AC | 3F | 23 |
| Octal | 41 | 222 | 202 | 115 | 0 | 13 | 53 | 254 | 77 | 43 |
| Binary | 100001 | 10010010 | 10000010 | 1001101 | 0 | 1011 | 101011 | 10101100 | 111111 | 100011 |
Color Harmonies of #219282
Complementary color
Monochromatic Colors of #219282
Black with #219282
Text Example
Text Example
White with #219282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219282; }
p { color: rgb(33,146,130); }
H1.HeaderClassName
{
color: #219282;
}
.AnyTagClassName
{
color: #219282;
}
</style>
background-color css
<style>
a { background-color: #219282; }
a { background-color: rgb(33,146,130); }
div.DivClassName
{
background-color: #219282;
}
.BgClassName
{
background-color: #219282;
}
</style>
border-color css
<style>
span { border-color: #219282; }
span { border-color: rgb(33,146,130); }
td.TdClassName
{
border-color: #219282;
}
.TagClassName
{
border-color: #219282;
}
</style>