Shades of Java #218992
Tints of Java #218992
RGB
CMYK
RGB Variations
Color information
#218992 (or 0x218992) is known color: Java. HEX triplet: 21, 89 and 92. RGB value is (33,137,146). Sum of RGB (Red+Green+Blue) = 33+137+146=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #218992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218992 is #DE766D. Grayscale: #6A6A6A. Windows color (decimal): -14579310 or 9603361. OLE color: 9603361.
HSL color Cylindrical-coordinate representation of color #218992: hue angle of 184.78º 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 #218992 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 137 | 146 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.43 |
| HSL | 184.78º | 0.63% | 0.35% | - |
| HSV(B) | 184.78º | 0.77% | 0.57% | - |
| XYZ | 14.76 | 20.29 | 30.33 | - |
| YUV | 106.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 146 | 0.77 | 0.06 | 0 | 0.43 | 184.78 | 0.63 | 0.35 |
| Hex | 21 | 89 | 92 | 4D | 6 | 0 | 2B | B9 | 3F | 23 |
| Octal | 41 | 211 | 222 | 115 | 6 | 0 | 53 | 271 | 77 | 43 |
| Binary | 100001 | 10001001 | 10010010 | 1001101 | 110 | 0 | 101011 | 10111001 | 111111 | 100011 |
Color Harmonies of #218992
Complementary color
Monochromatic Colors of #218992
Black with #218992
Text Example
Text Example
White with #218992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218992; }
p { color: rgb(33,137,146); }
H1.HeaderClassName
{
color: #218992;
}
.AnyTagClassName
{
color: #218992;
}
</style>
background-color css
<style>
a { background-color: #218992; }
a { background-color: rgb(33,137,146); }
div.DivClassName
{
background-color: #218992;
}
.BgClassName
{
background-color: #218992;
}
</style>
border-color css
<style>
span { border-color: #218992; }
span { border-color: rgb(33,137,146); }
td.TdClassName
{
border-color: #218992;
}
.TagClassName
{
border-color: #218992;
}
</style>