Shades of Java #218995
Tints of Java #218995
RGB
CMYK
RGB Variations
Color information
#218995 (or 0x218995) is known color: Java. HEX triplet: 21, 89 and 95. RGB value is (33,137,149). Sum of RGB (Red+Green+Blue) = 33+137+149=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #218995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218995 is #DE766A. Grayscale: #6B6B6B. Windows color (decimal): -14579307 or 9799969. OLE color: 9799969.
HSL color Cylindrical-coordinate representation of color #218995: hue angle of 186.21º 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 #218995 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 137 | 149 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.42 |
| HSL | 186.21º | 0.64% | 0.36% | - |
| HSV(B) | 186.21º | 0.78% | 0.58% | - |
| XYZ | 15 | 20.38 | 31.58 | - |
| YUV | 107.27 | 151.54 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 149 | 0.78 | 0.08 | 0 | 0.42 | 186.21 | 0.64 | 0.36 |
| Hex | 21 | 89 | 95 | 4E | 8 | 0 | 2A | BA | 40 | 24 |
| Octal | 41 | 211 | 225 | 116 | 10 | 0 | 52 | 272 | 100 | 44 |
| Binary | 100001 | 10001001 | 10010101 | 1001110 | 1000 | 0 | 101010 | 10111010 | 1000000 | 100100 |
Color Harmonies of #218995
Complementary color
Monochromatic Colors of #218995
Black with #218995
Text Example
Text Example
White with #218995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218995; }
p { color: rgb(33,137,149); }
H1.HeaderClassName
{
color: #218995;
}
.AnyTagClassName
{
color: #218995;
}
</style>
background-color css
<style>
a { background-color: #218995; }
a { background-color: rgb(33,137,149); }
div.DivClassName
{
background-color: #218995;
}
.BgClassName
{
background-color: #218995;
}
</style>
border-color css
<style>
span { border-color: #218995; }
span { border-color: rgb(33,137,149); }
td.TdClassName
{
border-color: #218995;
}
.TagClassName
{
border-color: #218995;
}
</style>