Shades of Java #21838D
Tints of Java #21838D
RGB
CMYK
RGB Variations
Color information
#21838D (or 0x21838D) is known color: Java. HEX triplet: 21, 83 and 8D. RGB value is (33,131,141). Sum of RGB (Red+Green+Blue) = 33+131+141=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #21838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21838D is #DE7C72. Grayscale: #666666. Windows color (decimal): -14580851 or 9274145. OLE color: 9274145.
HSL color Cylindrical-coordinate representation of color #21838D: hue angle of 185.56º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21838D is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 131 | 141 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.45 |
| HSL | 185.56º | 0.62% | 0.34% | - |
| HSV(B) | 185.56º | 0.77% | 0.55% | - |
| XYZ | 13.55 | 18.48 | 28.05 | - |
| YUV | 102.84 | 149.53 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 141 | 0.77 | 0.07 | 0 | 0.45 | 185.56 | 0.62 | 0.34 |
| Hex | 21 | 83 | 8D | 4D | 7 | 0 | 2D | BA | 3E | 22 |
| Octal | 41 | 203 | 215 | 115 | 7 | 0 | 55 | 272 | 76 | 42 |
| Binary | 100001 | 10000011 | 10001101 | 1001101 | 111 | 0 | 101101 | 10111010 | 111110 | 100010 |
Color Harmonies of #21838D
Complementary color
Monochromatic Colors of #21838D
Black with #21838D
Text Example
Text Example
White with #21838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21838D; }
p { color: rgb(33,131,141); }
H1.HeaderClassName
{
color: #21838D;
}
.AnyTagClassName
{
color: #21838D;
}
</style>
background-color css
<style>
a { background-color: #21838D; }
a { background-color: rgb(33,131,141); }
div.DivClassName
{
background-color: #21838D;
}
.BgClassName
{
background-color: #21838D;
}
</style>
border-color css
<style>
span { border-color: #21838D; }
span { border-color: rgb(33,131,141); }
td.TdClassName
{
border-color: #21838D;
}
.TagClassName
{
border-color: #21838D;
}
</style>