Shades of Java #218692
Tints of Java #218692
RGB
CMYK
RGB Variations
Color information
#218692 (or 0x218692) is known color: Java. HEX triplet: 21, 86 and 92. RGB value is (33,134,146). Sum of RGB (Red+Green+Blue) = 33+134+146=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #218692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218692 is #DE796D. Grayscale: #696969. Windows color (decimal): -14580078 or 9602593. OLE color: 9602593.
HSL color Cylindrical-coordinate representation of color #218692: hue angle of 186.37º 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 #218692 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 134 | 146 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.43 |
| HSL | 186.37º | 0.63% | 0.35% | - |
| HSV(B) | 186.37º | 0.77% | 0.57% | - |
| XYZ | 14.34 | 19.45 | 30.19 | - |
| YUV | 105.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 146 | 0.77 | 0.08 | 0 | 0.43 | 186.37 | 0.63 | 0.35 |
| Hex | 21 | 86 | 92 | 4D | 8 | 0 | 2B | BA | 3F | 23 |
| Octal | 41 | 206 | 222 | 115 | 10 | 0 | 53 | 272 | 77 | 43 |
| Binary | 100001 | 10000110 | 10010010 | 1001101 | 1000 | 0 | 101011 | 10111010 | 111111 | 100011 |
Color Harmonies of #218692
Complementary color
Monochromatic Colors of #218692
Black with #218692
Text Example
Text Example
White with #218692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218692; }
p { color: rgb(33,134,146); }
H1.HeaderClassName
{
color: #218692;
}
.AnyTagClassName
{
color: #218692;
}
</style>
background-color css
<style>
a { background-color: #218692; }
a { background-color: rgb(33,134,146); }
div.DivClassName
{
background-color: #218692;
}
.BgClassName
{
background-color: #218692;
}
</style>
border-color css
<style>
span { border-color: #218692; }
span { border-color: rgb(33,134,146); }
td.TdClassName
{
border-color: #218692;
}
.TagClassName
{
border-color: #218692;
}
</style>