Shades of Java #219591
Tints of Java #219591
RGB
CMYK
RGB Variations
Color information
#219591 (or 0x219591) is known color: Java. HEX triplet: 21, 95 and 91. RGB value is (33,149,145). Sum of RGB (Red+Green+Blue) = 33+149+145=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #219591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219591 is #DE6A6E. Grayscale: #717171. Windows color (decimal): -14576239 or 9540897. OLE color: 9540897.
HSL color Cylindrical-coordinate representation of color #219591: hue angle of 177.93º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219591 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 145 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.42 |
| HSL | 177.93º | 0.64% | 0.36% | - |
| HSV(B) | 177.93º | 0.78% | 0.58% | - |
| XYZ | 16.49 | 23.86 | 30.53 | - |
| YUV | 113.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 145 | 0.78 | 0 | 0.03 | 0.42 | 177.93 | 0.64 | 0.36 |
| Hex | 21 | 95 | 91 | 4E | 0 | 3 | 2A | B2 | 40 | 24 |
| Octal | 41 | 225 | 221 | 116 | 0 | 3 | 52 | 262 | 100 | 44 |
| Binary | 100001 | 10010101 | 10010001 | 1001110 | 0 | 11 | 101010 | 10110010 | 1000000 | 100100 |
Color Harmonies of #219591
Complementary color
Monochromatic Colors of #219591
Black with #219591
Text Example
Text Example
White with #219591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219591; }
p { color: rgb(33,149,145); }
H1.HeaderClassName
{
color: #219591;
}
.AnyTagClassName
{
color: #219591;
}
</style>
background-color css
<style>
a { background-color: #219591; }
a { background-color: rgb(33,149,145); }
div.DivClassName
{
background-color: #219591;
}
.BgClassName
{
background-color: #219591;
}
</style>
border-color css
<style>
span { border-color: #219591; }
span { border-color: rgb(33,149,145); }
td.TdClassName
{
border-color: #219591;
}
.TagClassName
{
border-color: #219591;
}
</style>