Shades of Java #218490
Tints of Java #218490
RGB
CMYK
RGB Variations
Color information
#218490 (or 0x218490) is known color: Java. HEX triplet: 21, 84 and 90. RGB value is (33,132,144). Sum of RGB (Red+Green+Blue) = 33+132+144=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #218490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218490 is #DE7B6F. Grayscale: #676767. Windows color (decimal): -14580592 or 9471009. OLE color: 9471009.
HSL color Cylindrical-coordinate representation of color #218490: hue angle of 186.49º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218490 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 132 | 144 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.44 |
| HSL | 186.49º | 0.63% | 0.35% | - |
| HSV(B) | 186.49º | 0.77% | 0.56% | - |
| XYZ | 13.91 | 18.84 | 29.29 | - |
| YUV | 103.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 144 | 0.77 | 0.08 | 0 | 0.44 | 186.49 | 0.63 | 0.35 |
| Hex | 21 | 84 | 90 | 4D | 8 | 0 | 2C | BA | 3F | 23 |
| Octal | 41 | 204 | 220 | 115 | 10 | 0 | 54 | 272 | 77 | 43 |
| Binary | 100001 | 10000100 | 10010000 | 1001101 | 1000 | 0 | 101100 | 10111010 | 111111 | 100011 |
Color Harmonies of #218490
Complementary color
Monochromatic Colors of #218490
Black with #218490
Text Example
Text Example
White with #218490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218490; }
p { color: rgb(33,132,144); }
H1.HeaderClassName
{
color: #218490;
}
.AnyTagClassName
{
color: #218490;
}
</style>
background-color css
<style>
a { background-color: #218490; }
a { background-color: rgb(33,132,144); }
div.DivClassName
{
background-color: #218490;
}
.BgClassName
{
background-color: #218490;
}
</style>
border-color css
<style>
span { border-color: #218490; }
span { border-color: rgb(33,132,144); }
td.TdClassName
{
border-color: #218490;
}
.TagClassName
{
border-color: #218490;
}
</style>