Shades of Java #21858C
Tints of Java #21858C
RGB
CMYK
RGB Variations
Color information
#21858C (or 0x21858C) is known color: Java. HEX triplet: 21, 85 and 8C. RGB value is (33,133,140). Sum of RGB (Red+Green+Blue) = 33+133+140=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #21858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21858C is #DE7A73. Grayscale: #676767. Windows color (decimal): -14580340 or 9209121. OLE color: 9209121.
HSL color Cylindrical-coordinate representation of color #21858C: hue angle of 183.93º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21858C is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 133 | 140 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.45 |
| HSL | 183.93º | 0.62% | 0.34% | - |
| HSV(B) | 183.93º | 0.76% | 0.55% | - |
| XYZ | 13.75 | 18.99 | 27.75 | - |
| YUV | 103.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 140 | 0.76 | 0.05 | 0 | 0.45 | 183.93 | 0.62 | 0.34 |
| Hex | 21 | 85 | 8C | 4C | 5 | 0 | 2D | B8 | 3E | 22 |
| Octal | 41 | 205 | 214 | 114 | 5 | 0 | 55 | 270 | 76 | 42 |
| Binary | 100001 | 10000101 | 10001100 | 1001100 | 101 | 0 | 101101 | 10111000 | 111110 | 100010 |
Color Harmonies of #21858C
Complementary color
Monochromatic Colors of #21858C
Black with #21858C
Text Example
Text Example
White with #21858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21858C; }
p { color: rgb(33,133,140); }
H1.HeaderClassName
{
color: #21858C;
}
.AnyTagClassName
{
color: #21858C;
}
</style>
background-color css
<style>
a { background-color: #21858C; }
a { background-color: rgb(33,133,140); }
div.DivClassName
{
background-color: #21858C;
}
.BgClassName
{
background-color: #21858C;
}
</style>
border-color css
<style>
span { border-color: #21858C; }
span { border-color: rgb(33,133,140); }
td.TdClassName
{
border-color: #21858C;
}
.TagClassName
{
border-color: #21858C;
}
</style>