Shades of Java #249E91
Tints of Java #249E91
RGB
CMYK
RGB Variations
Color information
#249E91 (or 0x249E91) is known color: Java. HEX triplet: 24, 9E and 91. RGB value is (36,158,145). Sum of RGB (Red+Green+Blue) = 36+158+145=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #249E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249E91 is #DB616E. Grayscale: #777777. Windows color (decimal): -14377327 or 9543204. OLE color: 9543204.
HSL color Cylindrical-coordinate representation of color #249E91: hue angle of 173.61º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249E91 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 158 | 145 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.38 |
| HSL | 173.61º | 0.63% | 0.38% | - |
| HSV(B) | 173.61º | 0.77% | 0.62% | - |
| XYZ | 18.07 | 26.87 | 31.02 | - |
| YUV | 120.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 158 | 145 | 0.77 | 0 | 0.08 | 0.38 | 173.61 | 0.63 | 0.38 |
| Hex | 24 | 9E | 91 | 4D | 0 | 8 | 26 | AE | 3F | 26 |
| Octal | 44 | 236 | 221 | 115 | 0 | 10 | 46 | 256 | 77 | 46 |
| Binary | 100100 | 10011110 | 10010001 | 1001101 | 0 | 1000 | 100110 | 10101110 | 111111 | 100110 |
Color Harmonies of #249E91
Complementary color
Monochromatic Colors of #249E91
Black with #249E91
Text Example
Text Example
White with #249E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249E91; }
p { color: rgb(36,158,145); }
H1.HeaderClassName
{
color: #249E91;
}
.AnyTagClassName
{
color: #249E91;
}
</style>
background-color css
<style>
a { background-color: #249E91; }
a { background-color: rgb(36,158,145); }
div.DivClassName
{
background-color: #249E91;
}
.BgClassName
{
background-color: #249E91;
}
</style>
border-color css
<style>
span { border-color: #249E91; }
span { border-color: rgb(36,158,145); }
td.TdClassName
{
border-color: #249E91;
}
.TagClassName
{
border-color: #249E91;
}
</style>