Shades of Java #21969D
Tints of Java #21969D
RGB
CMYK
RGB Variations
Color information
#21969D (or 0x21969D) is known color: Java. HEX triplet: 21, 96 and 9D. RGB value is (33,150,157). Sum of RGB (Red+Green+Blue) = 33+150+157=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #21969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21969D is #DE6962. Grayscale: #737373. Windows color (decimal): -14575971 or 10327585. OLE color: 10327585.
HSL color Cylindrical-coordinate representation of color #21969D: hue angle of 183.39º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21969D is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 150 | 157 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.38 |
| HSL | 183.39º | 0.65% | 0.37% | - |
| HSV(B) | 183.39º | 0.79% | 0.62% | - |
| XYZ | 17.62 | 24.57 | 35.71 | - |
| YUV | 115.82 | 151.24 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 157 | 0.79 | 0.04 | 0 | 0.38 | 183.39 | 0.65 | 0.37 |
| Hex | 21 | 96 | 9D | 4F | 4 | 0 | 26 | B7 | 41 | 25 |
| Octal | 41 | 226 | 235 | 117 | 4 | 0 | 46 | 267 | 101 | 45 |
| Binary | 100001 | 10010110 | 10011101 | 1001111 | 100 | 0 | 100110 | 10110111 | 1000001 | 100101 |
Color Harmonies of #21969D
Complementary color
Monochromatic Colors of #21969D
Black with #21969D
Text Example
Text Example
White with #21969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21969D; }
p { color: rgb(33,150,157); }
H1.HeaderClassName
{
color: #21969D;
}
.AnyTagClassName
{
color: #21969D;
}
</style>
background-color css
<style>
a { background-color: #21969D; }
a { background-color: rgb(33,150,157); }
div.DivClassName
{
background-color: #21969D;
}
.BgClassName
{
background-color: #21969D;
}
</style>
border-color css
<style>
span { border-color: #21969D; }
span { border-color: rgb(33,150,157); }
td.TdClassName
{
border-color: #21969D;
}
.TagClassName
{
border-color: #21969D;
}
</style>