Shades of Java #219286
Tints of Java #219286
RGB
CMYK
RGB Variations
Color information
#219286 (or 0x219286) is known color: Java. HEX triplet: 21, 92 and 86. RGB value is (33,146,134). Sum of RGB (Red+Green+Blue) = 33+146+134=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #219286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219286 is #DE6D79. Grayscale: #6E6E6E. Windows color (decimal): -14577018 or 8819233. OLE color: 8819233.
HSL color Cylindrical-coordinate representation of color #219286: hue angle of 173.63º 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 #219286 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 134 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.43 |
| HSL | 173.63º | 0.63% | 0.35% | - |
| HSV(B) | 173.63º | 0.77% | 0.57% | - |
| XYZ | 15.21 | 22.6 | 26.12 | - |
| YUV | 110.85 | 141.06 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 134 | 0.77 | 0 | 0.08 | 0.43 | 173.63 | 0.63 | 0.35 |
| Hex | 21 | 92 | 86 | 4D | 0 | 8 | 2B | AE | 3F | 23 |
| Octal | 41 | 222 | 206 | 115 | 0 | 10 | 53 | 256 | 77 | 43 |
| Binary | 100001 | 10010010 | 10000110 | 1001101 | 0 | 1000 | 101011 | 10101110 | 111111 | 100011 |
Color Harmonies of #219286
Complementary color
Monochromatic Colors of #219286
Black with #219286
Text Example
Text Example
White with #219286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219286; }
p { color: rgb(33,146,134); }
H1.HeaderClassName
{
color: #219286;
}
.AnyTagClassName
{
color: #219286;
}
</style>
background-color css
<style>
a { background-color: #219286; }
a { background-color: rgb(33,146,134); }
div.DivClassName
{
background-color: #219286;
}
.BgClassName
{
background-color: #219286;
}
</style>
border-color css
<style>
span { border-color: #219286; }
span { border-color: rgb(33,146,134); }
td.TdClassName
{
border-color: #219286;
}
.TagClassName
{
border-color: #219286;
}
</style>