Shades of Java #218997
Tints of Java #218997
RGB
CMYK
RGB Variations
Color information
#218997 (or 0x218997) is known color: Java. HEX triplet: 21, 89 and 97. RGB value is (33,137,151). Sum of RGB (Red+Green+Blue) = 33+137+151=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #218997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218997 is #DE7668. Grayscale: #6B6B6B. Windows color (decimal): -14579305 or 9931041. OLE color: 9931041.
HSL color Cylindrical-coordinate representation of color #218997: hue angle of 187.12º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218997 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 137 | 151 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.41 |
| HSL | 187.12º | 0.64% | 0.36% | - |
| HSV(B) | 187.12º | 0.78% | 0.59% | - |
| XYZ | 15.16 | 20.45 | 32.43 | - |
| YUV | 107.5 | 152.54 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 151 | 0.78 | 0.09 | 0 | 0.41 | 187.12 | 0.64 | 0.36 |
| Hex | 21 | 89 | 97 | 4E | 9 | 0 | 29 | BB | 40 | 24 |
| Octal | 41 | 211 | 227 | 116 | 11 | 0 | 51 | 273 | 100 | 44 |
| Binary | 100001 | 10001001 | 10010111 | 1001110 | 1001 | 0 | 101001 | 10111011 | 1000000 | 100100 |
Color Harmonies of #218997
Complementary color
Monochromatic Colors of #218997
Black with #218997
Text Example
Text Example
White with #218997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218997; }
p { color: rgb(33,137,151); }
H1.HeaderClassName
{
color: #218997;
}
.AnyTagClassName
{
color: #218997;
}
</style>
background-color css
<style>
a { background-color: #218997; }
a { background-color: rgb(33,137,151); }
div.DivClassName
{
background-color: #218997;
}
.BgClassName
{
background-color: #218997;
}
</style>
border-color css
<style>
span { border-color: #218997; }
span { border-color: rgb(33,137,151); }
td.TdClassName
{
border-color: #218997;
}
.TagClassName
{
border-color: #218997;
}
</style>