Shades of Java #219391
Tints of Java #219391
RGB
CMYK
RGB Variations
Color information
#219391 (or 0x219391) is known color: Java. HEX triplet: 21, 93 and 91. RGB value is (33,147,145). Sum of RGB (Red+Green+Blue) = 33+147+145=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #219391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219391 is #DE6C6E. Grayscale: #707070. Windows color (decimal): -14576751 or 9540385. OLE color: 9540385.
HSL color Cylindrical-coordinate representation of color #219391: hue angle of 178.95º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219391 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 147 | 145 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.42 |
| HSL | 178.95º | 0.63% | 0.35% | - |
| HSV(B) | 178.95º | 0.78% | 0.58% | - |
| XYZ | 16.17 | 23.24 | 30.42 | - |
| YUV | 112.69 | 146.23 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 145 | 0.78 | 0 | 0.01 | 0.42 | 178.95 | 0.63 | 0.35 |
| Hex | 21 | 93 | 91 | 4E | 0 | 1 | 2A | B3 | 3F | 23 |
| Octal | 41 | 223 | 221 | 116 | 0 | 1 | 52 | 263 | 77 | 43 |
| Binary | 100001 | 10010011 | 10010001 | 1001110 | 0 | 1 | 101010 | 10110011 | 111111 | 100011 |
Color Harmonies of #219391
Complementary color
Monochromatic Colors of #219391
Black with #219391
Text Example
Text Example
White with #219391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219391; }
p { color: rgb(33,147,145); }
H1.HeaderClassName
{
color: #219391;
}
.AnyTagClassName
{
color: #219391;
}
</style>
background-color css
<style>
a { background-color: #219391; }
a { background-color: rgb(33,147,145); }
div.DivClassName
{
background-color: #219391;
}
.BgClassName
{
background-color: #219391;
}
</style>
border-color css
<style>
span { border-color: #219391; }
span { border-color: rgb(33,147,145); }
td.TdClassName
{
border-color: #219391;
}
.TagClassName
{
border-color: #219391;
}
</style>