Shades of Java #218492
Tints of Java #218492
RGB
CMYK
RGB Variations
Color information
#218492 (or 0x218492) is known color: Java. HEX triplet: 21, 84 and 92. RGB value is (33,132,146). Sum of RGB (Red+Green+Blue) = 33+132+146=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #218492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218492 is #DE7B6D. Grayscale: #676767. Windows color (decimal): -14580590 or 9602081. OLE color: 9602081.
HSL color Cylindrical-coordinate representation of color #218492: hue angle of 187.43º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218492 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 132 | 146 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.43 |
| HSL | 187.43º | 0.63% | 0.35% | - |
| HSV(B) | 187.43º | 0.77% | 0.57% | - |
| XYZ | 14.07 | 18.9 | 30.1 | - |
| YUV | 104 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 146 | 0.77 | 0.10 | 0 | 0.43 | 187.43 | 0.63 | 0.35 |
| Hex | 21 | 84 | 92 | 4D | A | 0 | 2B | BB | 3F | 23 |
| Octal | 41 | 204 | 222 | 115 | 12 | 0 | 53 | 273 | 77 | 43 |
| Binary | 100001 | 10000100 | 10010010 | 1001101 | 1010 | 0 | 101011 | 10111011 | 111111 | 100011 |
Color Harmonies of #218492
Complementary color
Monochromatic Colors of #218492
Black with #218492
Text Example
Text Example
White with #218492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218492; }
p { color: rgb(33,132,146); }
H1.HeaderClassName
{
color: #218492;
}
.AnyTagClassName
{
color: #218492;
}
</style>
background-color css
<style>
a { background-color: #218492; }
a { background-color: rgb(33,132,146); }
div.DivClassName
{
background-color: #218492;
}
.BgClassName
{
background-color: #218492;
}
</style>
border-color css
<style>
span { border-color: #218492; }
span { border-color: rgb(33,132,146); }
td.TdClassName
{
border-color: #218492;
}
.TagClassName
{
border-color: #218492;
}
</style>