Shades of Java #21938B
Tints of Java #21938B
RGB
CMYK
RGB Variations
Color information
#21938B (or 0x21938B) is known color: Java. HEX triplet: 21, 93 and 8B. RGB value is (33,147,139). Sum of RGB (Red+Green+Blue) = 33+147+139=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #21938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21938B is #DE6C74. Grayscale: #6F6F6F. Windows color (decimal): -14576757 or 9147169. OLE color: 9147169.
HSL color Cylindrical-coordinate representation of color #21938B: hue angle of 175.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21938B is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 147 | 139 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.42 |
| HSL | 175.79º | 0.63% | 0.35% | - |
| HSV(B) | 175.79º | 0.78% | 0.58% | - |
| XYZ | 15.72 | 23.05 | 28.05 | - |
| YUV | 112 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 139 | 0.78 | 0 | 0.05 | 0.42 | 175.79 | 0.63 | 0.35 |
| Hex | 21 | 93 | 8B | 4E | 0 | 5 | 2A | B0 | 3F | 23 |
| Octal | 41 | 223 | 213 | 116 | 0 | 5 | 52 | 260 | 77 | 43 |
| Binary | 100001 | 10010011 | 10001011 | 1001110 | 0 | 101 | 101010 | 10110000 | 111111 | 100011 |
Color Harmonies of #21938B
Complementary color
Monochromatic Colors of #21938B
Black with #21938B
Text Example
Text Example
White with #21938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21938B; }
p { color: rgb(33,147,139); }
H1.HeaderClassName
{
color: #21938B;
}
.AnyTagClassName
{
color: #21938B;
}
</style>
background-color css
<style>
a { background-color: #21938B; }
a { background-color: rgb(33,147,139); }
div.DivClassName
{
background-color: #21938B;
}
.BgClassName
{
background-color: #21938B;
}
</style>
border-color css
<style>
span { border-color: #21938B; }
span { border-color: rgb(33,147,139); }
td.TdClassName
{
border-color: #21938B;
}
.TagClassName
{
border-color: #21938B;
}
</style>