Shades of Java #218290
Tints of Java #218290
RGB
CMYK
RGB Variations
Color information
#218290 (or 0x218290) is known color: Java. HEX triplet: 21, 82 and 90. RGB value is (33,130,144). Sum of RGB (Red+Green+Blue) = 33+130+144=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #218290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218290 is #DE7D6F. Grayscale: #666666. Windows color (decimal): -14581104 or 9470497. OLE color: 9470497.
HSL color Cylindrical-coordinate representation of color #218290: hue angle of 187.57º 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 #218290 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 130 | 144 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.44 |
| HSL | 187.57º | 0.63% | 0.35% | - |
| HSV(B) | 187.57º | 0.77% | 0.56% | - |
| XYZ | 13.64 | 18.3 | 29.2 | - |
| YUV | 102.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 144 | 0.77 | 0.10 | 0 | 0.44 | 187.57 | 0.63 | 0.35 |
| Hex | 21 | 82 | 90 | 4D | A | 0 | 2C | BC | 3F | 23 |
| Octal | 41 | 202 | 220 | 115 | 12 | 0 | 54 | 274 | 77 | 43 |
| Binary | 100001 | 10000010 | 10010000 | 1001101 | 1010 | 0 | 101100 | 10111100 | 111111 | 100011 |
Color Harmonies of #218290
Complementary color
Monochromatic Colors of #218290
Black with #218290
Text Example
Text Example
White with #218290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218290; }
p { color: rgb(33,130,144); }
H1.HeaderClassName
{
color: #218290;
}
.AnyTagClassName
{
color: #218290;
}
</style>
background-color css
<style>
a { background-color: #218290; }
a { background-color: rgb(33,130,144); }
div.DivClassName
{
background-color: #218290;
}
.BgClassName
{
background-color: #218290;
}
</style>
border-color css
<style>
span { border-color: #218290; }
span { border-color: rgb(33,130,144); }
td.TdClassName
{
border-color: #218290;
}
.TagClassName
{
border-color: #218290;
}
</style>