Shades of Java #219498
Tints of Java #219498
RGB
CMYK
RGB Variations
Color information
#219498 (or 0x219498) is known color: Java. HEX triplet: 21, 94 and 98. RGB value is (33,148,152). Sum of RGB (Red+Green+Blue) = 33+148+152=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #219498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219498 is #DE6B67. Grayscale: #717171. Windows color (decimal): -14576488 or 9999393. OLE color: 9999393.
HSL color Cylindrical-coordinate representation of color #219498: hue angle of 182.02º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219498 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 148 | 152 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.40 |
| HSL | 182.02º | 0.64% | 0.36% | - |
| HSV(B) | 182.02º | 0.78% | 0.6% | - |
| XYZ | 16.88 | 23.77 | 33.4 | - |
| YUV | 114.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 152 | 0.78 | 0.03 | 0 | 0.40 | 182.02 | 0.64 | 0.36 |
| Hex | 21 | 94 | 98 | 4E | 3 | 0 | 28 | B6 | 40 | 24 |
| Octal | 41 | 224 | 230 | 116 | 3 | 0 | 50 | 266 | 100 | 44 |
| Binary | 100001 | 10010100 | 10011000 | 1001110 | 11 | 0 | 101000 | 10110110 | 1000000 | 100100 |
Color Harmonies of #219498
Complementary color
Monochromatic Colors of #219498
Black with #219498
Text Example
Text Example
White with #219498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219498; }
p { color: rgb(33,148,152); }
H1.HeaderClassName
{
color: #219498;
}
.AnyTagClassName
{
color: #219498;
}
</style>
background-color css
<style>
a { background-color: #219498; }
a { background-color: rgb(33,148,152); }
div.DivClassName
{
background-color: #219498;
}
.BgClassName
{
background-color: #219498;
}
</style>
border-color css
<style>
span { border-color: #219498; }
span { border-color: rgb(33,148,152); }
td.TdClassName
{
border-color: #219498;
}
.TagClassName
{
border-color: #219498;
}
</style>