Shades of Java #218592
Tints of Java #218592
RGB
CMYK
RGB Variations
Color information
#218592 (or 0x218592) is known color: Java. HEX triplet: 21, 85 and 92. RGB value is (33,133,146). Sum of RGB (Red+Green+Blue) = 33+133+146=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #218592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218592 is #DE7A6D. Grayscale: #686868. Windows color (decimal): -14580334 or 9602337. OLE color: 9602337.
HSL color Cylindrical-coordinate representation of color #218592: hue angle of 186.9º 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 #218592 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 133 | 146 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.43 |
| HSL | 186.9º | 0.63% | 0.35% | - |
| HSV(B) | 186.9º | 0.77% | 0.57% | - |
| XYZ | 14.2 | 19.17 | 30.15 | - |
| YUV | 104.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 146 | 0.77 | 0.09 | 0 | 0.43 | 186.9 | 0.63 | 0.35 |
| Hex | 21 | 85 | 92 | 4D | 9 | 0 | 2B | BB | 3F | 23 |
| Octal | 41 | 205 | 222 | 115 | 11 | 0 | 53 | 273 | 77 | 43 |
| Binary | 100001 | 10000101 | 10010010 | 1001101 | 1001 | 0 | 101011 | 10111011 | 111111 | 100011 |
Color Harmonies of #218592
Complementary color
Monochromatic Colors of #218592
Black with #218592
Text Example
Text Example
White with #218592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218592; }
p { color: rgb(33,133,146); }
H1.HeaderClassName
{
color: #218592;
}
.AnyTagClassName
{
color: #218592;
}
</style>
background-color css
<style>
a { background-color: #218592; }
a { background-color: rgb(33,133,146); }
div.DivClassName
{
background-color: #218592;
}
.BgClassName
{
background-color: #218592;
}
</style>
border-color css
<style>
span { border-color: #218592; }
span { border-color: rgb(33,133,146); }
td.TdClassName
{
border-color: #218592;
}
.TagClassName
{
border-color: #218592;
}
</style>