Shades of Java #219398
Tints of Java #219398
RGB
CMYK
RGB Variations
Color information
#219398 (or 0x219398) is known color: Java. HEX triplet: 21, 93 and 98. RGB value is (33,147,152). Sum of RGB (Red+Green+Blue) = 33+147+152=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #219398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219398 is #DE6C67. Grayscale: #717171. Windows color (decimal): -14576744 or 9999137. OLE color: 9999137.
HSL color Cylindrical-coordinate representation of color #219398: hue angle of 182.52º 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 #219398 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 147 | 152 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.40 |
| HSL | 182.52º | 0.64% | 0.36% | - |
| HSV(B) | 182.52º | 0.78% | 0.6% | - |
| XYZ | 16.73 | 23.46 | 33.35 | - |
| YUV | 113.48 | 149.73 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 152 | 0.78 | 0.03 | 0 | 0.40 | 182.52 | 0.64 | 0.36 |
| Hex | 21 | 93 | 98 | 4E | 3 | 0 | 28 | B7 | 40 | 24 |
| Octal | 41 | 223 | 230 | 116 | 3 | 0 | 50 | 267 | 100 | 44 |
| Binary | 100001 | 10010011 | 10011000 | 1001110 | 11 | 0 | 101000 | 10110111 | 1000000 | 100100 |
Color Harmonies of #219398
Complementary color
Monochromatic Colors of #219398
Black with #219398
Text Example
Text Example
White with #219398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219398; }
p { color: rgb(33,147,152); }
H1.HeaderClassName
{
color: #219398;
}
.AnyTagClassName
{
color: #219398;
}
</style>
background-color css
<style>
a { background-color: #219398; }
a { background-color: rgb(33,147,152); }
div.DivClassName
{
background-color: #219398;
}
.BgClassName
{
background-color: #219398;
}
</style>
border-color css
<style>
span { border-color: #219398; }
span { border-color: rgb(33,147,152); }
td.TdClassName
{
border-color: #219398;
}
.TagClassName
{
border-color: #219398;
}
</style>