Shades of Java #218888
Tints of Java #218888
RGB
CMYK
RGB Variations
Color information
#218888 (or 0x218888) is known color: Java. HEX triplet: 21, 88 and 88. RGB value is (33,136,136). Sum of RGB (Red+Green+Blue) = 33+136+136=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #218888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218888 is #DE7777. Grayscale: #696969. Windows color (decimal): -14579576 or 8947745. OLE color: 8947745.
HSL color Cylindrical-coordinate representation of color #218888: hue angle of 180º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218888 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 136 | - |
| CMYK | 0.76 | 0 | 0 | 0.47 |
| HSL | 180º | 0.61% | 0.33% | - |
| HSV(B) | 180º | 0.76% | 0.53% | - |
| XYZ | 13.88 | 19.71 | 26.37 | - |
| YUV | 105.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 136 | 0.76 | 0 | 0 | 0.47 | 180 | 0.61 | 0.33 |
| Hex | 21 | 88 | 88 | 4C | 0 | 0 | 2F | B4 | 3D | 21 |
| Octal | 41 | 210 | 210 | 114 | 0 | 0 | 57 | 264 | 75 | 41 |
| Binary | 100001 | 10001000 | 10001000 | 1001100 | 0 | 0 | 101111 | 10110100 | 111101 | 100001 |
Color Harmonies of #218888
Complementary color
Monochromatic Colors of #218888
Black with #218888
Text Example
Text Example
White with #218888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218888; }
p { color: rgb(33,136,136); }
H1.HeaderClassName
{
color: #218888;
}
.AnyTagClassName
{
color: #218888;
}
</style>
background-color css
<style>
a { background-color: #218888; }
a { background-color: rgb(33,136,136); }
div.DivClassName
{
background-color: #218888;
}
.BgClassName
{
background-color: #218888;
}
</style>
border-color css
<style>
span { border-color: #218888; }
span { border-color: rgb(33,136,136); }
td.TdClassName
{
border-color: #218888;
}
.TagClassName
{
border-color: #218888;
}
</style>