Shades of Java #219290
Tints of Java #219290
RGB
CMYK
RGB Variations
Color information
#219290 (or 0x219290) is known color: Java. HEX triplet: 21, 92 and 90. RGB value is (33,146,144). Sum of RGB (Red+Green+Blue) = 33+146+144=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #219290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219290 is #DE6D6F. Grayscale: #6F6F6F. Windows color (decimal): -14577008 or 9474593. OLE color: 9474593.
HSL color Cylindrical-coordinate representation of color #219290: hue angle of 178.94º 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 #219290 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 144 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.43 |
| HSL | 178.94º | 0.63% | 0.35% | - |
| HSV(B) | 178.94º | 0.77% | 0.57% | - |
| XYZ | 15.94 | 22.89 | 29.96 | - |
| YUV | 111.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 144 | 0.77 | 0 | 0.01 | 0.43 | 178.94 | 0.63 | 0.35 |
| Hex | 21 | 92 | 90 | 4D | 0 | 1 | 2B | B3 | 3F | 23 |
| Octal | 41 | 222 | 220 | 115 | 0 | 1 | 53 | 263 | 77 | 43 |
| Binary | 100001 | 10010010 | 10010000 | 1001101 | 0 | 1 | 101011 | 10110011 | 111111 | 100011 |
Color Harmonies of #219290
Complementary color
Monochromatic Colors of #219290
Black with #219290
Text Example
Text Example
White with #219290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219290; }
p { color: rgb(33,146,144); }
H1.HeaderClassName
{
color: #219290;
}
.AnyTagClassName
{
color: #219290;
}
</style>
background-color css
<style>
a { background-color: #219290; }
a { background-color: rgb(33,146,144); }
div.DivClassName
{
background-color: #219290;
}
.BgClassName
{
background-color: #219290;
}
</style>
border-color css
<style>
span { border-color: #219290; }
span { border-color: rgb(33,146,144); }
td.TdClassName
{
border-color: #219290;
}
.TagClassName
{
border-color: #219290;
}
</style>