Shades of Java #21838F
Tints of Java #21838F
RGB
CMYK
RGB Variations
Color information
#21838F (or 0x21838F) is known color: Java. HEX triplet: 21, 83 and 8F. RGB value is (33,131,143). Sum of RGB (Red+Green+Blue) = 33+131+143=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #21838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21838F is #DE7C70. Grayscale: #666666. Windows color (decimal): -14580849 or 9405217. OLE color: 9405217.
HSL color Cylindrical-coordinate representation of color #21838F: hue angle of 186.55º degrees, saturation: 0.62, 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 #21838F is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 131 | 143 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.44 |
| HSL | 186.55º | 0.63% | 0.35% | - |
| HSV(B) | 186.55º | 0.77% | 0.56% | - |
| XYZ | 13.7 | 18.54 | 28.84 | - |
| YUV | 103.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 143 | 0.77 | 0.08 | 0 | 0.44 | 186.55 | 0.63 | 0.35 |
| Hex | 21 | 83 | 8F | 4D | 8 | 0 | 2C | BB | 3E | 23 |
| Octal | 41 | 203 | 217 | 115 | 10 | 0 | 54 | 273 | 76 | 43 |
| Binary | 100001 | 10000011 | 10001111 | 1001101 | 1000 | 0 | 101100 | 10111011 | 111110 | 100011 |
Color Harmonies of #21838F
Complementary color
Monochromatic Colors of #21838F
Black with #21838F
Text Example
Text Example
White with #21838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21838F; }
p { color: rgb(33,131,143); }
H1.HeaderClassName
{
color: #21838F;
}
.AnyTagClassName
{
color: #21838F;
}
</style>
background-color css
<style>
a { background-color: #21838F; }
a { background-color: rgb(33,131,143); }
div.DivClassName
{
background-color: #21838F;
}
.BgClassName
{
background-color: #21838F;
}
</style>
border-color css
<style>
span { border-color: #21838F; }
span { border-color: rgb(33,131,143); }
td.TdClassName
{
border-color: #21838F;
}
.TagClassName
{
border-color: #21838F;
}
</style>