Shades of Java #218892
Tints of Java #218892
RGB
CMYK
RGB Variations
Color information
#218892 (or 0x218892) is known color: Java. HEX triplet: 21, 88 and 92. RGB value is (33,136,146). Sum of RGB (Red+Green+Blue) = 33+136+146=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #218892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218892 is #DE776D. Grayscale: #6A6A6A. Windows color (decimal): -14579566 or 9603105. OLE color: 9603105.
HSL color Cylindrical-coordinate representation of color #218892: hue angle of 185.31º 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 #218892 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 136 | 146 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.43 |
| HSL | 185.31º | 0.63% | 0.35% | - |
| HSV(B) | 185.31º | 0.77% | 0.57% | - |
| XYZ | 14.62 | 20.01 | 30.29 | - |
| YUV | 106.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 146 | 0.77 | 0.07 | 0 | 0.43 | 185.31 | 0.63 | 0.35 |
| Hex | 21 | 88 | 92 | 4D | 7 | 0 | 2B | B9 | 3F | 23 |
| Octal | 41 | 210 | 222 | 115 | 7 | 0 | 53 | 271 | 77 | 43 |
| Binary | 100001 | 10001000 | 10010010 | 1001101 | 111 | 0 | 101011 | 10111001 | 111111 | 100011 |
Color Harmonies of #218892
Complementary color
Monochromatic Colors of #218892
Black with #218892
Text Example
Text Example
White with #218892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218892; }
p { color: rgb(33,136,146); }
H1.HeaderClassName
{
color: #218892;
}
.AnyTagClassName
{
color: #218892;
}
</style>
background-color css
<style>
a { background-color: #218892; }
a { background-color: rgb(33,136,146); }
div.DivClassName
{
background-color: #218892;
}
.BgClassName
{
background-color: #218892;
}
</style>
border-color css
<style>
span { border-color: #218892; }
span { border-color: rgb(33,136,146); }
td.TdClassName
{
border-color: #218892;
}
.TagClassName
{
border-color: #218892;
}
</style>