Shades of Java #218890
Tints of Java #218890
RGB
CMYK
RGB Variations
Color information
#218890 (or 0x218890) is known color: Java. HEX triplet: 21, 88 and 90. RGB value is (33,136,144). Sum of RGB (Red+Green+Blue) = 33+136+144=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #218890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218890 is #DE776F. Grayscale: #696969. Windows color (decimal): -14579568 or 9472033. OLE color: 9472033.
HSL color Cylindrical-coordinate representation of color #218890: hue angle of 184.32º 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 #218890 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 136 | 144 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.44 |
| HSL | 184.32º | 0.63% | 0.35% | - |
| HSV(B) | 184.32º | 0.77% | 0.56% | - |
| XYZ | 14.47 | 19.95 | 29.47 | - |
| YUV | 106.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 144 | 0.77 | 0.06 | 0 | 0.44 | 184.32 | 0.63 | 0.35 |
| Hex | 21 | 88 | 90 | 4D | 6 | 0 | 2C | B8 | 3F | 23 |
| Octal | 41 | 210 | 220 | 115 | 6 | 0 | 54 | 270 | 77 | 43 |
| Binary | 100001 | 10001000 | 10010000 | 1001101 | 110 | 0 | 101100 | 10111000 | 111111 | 100011 |
Color Harmonies of #218890
Complementary color
Monochromatic Colors of #218890
Black with #218890
Text Example
Text Example
White with #218890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218890; }
p { color: rgb(33,136,144); }
H1.HeaderClassName
{
color: #218890;
}
.AnyTagClassName
{
color: #218890;
}
</style>
background-color css
<style>
a { background-color: #218890; }
a { background-color: rgb(33,136,144); }
div.DivClassName
{
background-color: #218890;
}
.BgClassName
{
background-color: #218890;
}
</style>
border-color css
<style>
span { border-color: #218890; }
span { border-color: rgb(33,136,144); }
td.TdClassName
{
border-color: #218890;
}
.TagClassName
{
border-color: #218890;
}
</style>