Shades of Java #249989
Tints of Java #249989
RGB
CMYK
RGB Variations
Color information
#249989 (or 0x249989) is known color: Java. HEX triplet: 24, 99 and 89. RGB value is (36,153,137). Sum of RGB (Red+Green+Blue) = 36+153+137=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #249989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249989 is #DB6676. Grayscale: #747474. Windows color (decimal): -14378615 or 9017636. OLE color: 9017636.
HSL color Cylindrical-coordinate representation of color #249989: hue angle of 171.79º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249989 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 137 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.4 |
| HSL | 171.79º | 0.62% | 0.37% | - |
| HSV(B) | 171.79º | 0.76% | 0.6% | - |
| XYZ | 16.63 | 24.96 | 27.61 | - |
| YUV | 116.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 137 | 0.76 | 0 | 0.10 | 0.4 | 171.79 | 0.62 | 0.37 |
| Hex | 24 | 99 | 89 | 4C | 0 | A | 28 | AC | 3E | 25 |
| Octal | 44 | 231 | 211 | 114 | 0 | 12 | 50 | 254 | 76 | 45 |
| Binary | 100100 | 10011001 | 10001001 | 1001100 | 0 | 1010 | 101000 | 10101100 | 111110 | 100101 |
Color Harmonies of #249989
Complementary color
Monochromatic Colors of #249989
Black with #249989
Text Example
Text Example
White with #249989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249989; }
p { color: rgb(36,153,137); }
H1.HeaderClassName
{
color: #249989;
}
.AnyTagClassName
{
color: #249989;
}
</style>
background-color css
<style>
a { background-color: #249989; }
a { background-color: rgb(36,153,137); }
div.DivClassName
{
background-color: #249989;
}
.BgClassName
{
background-color: #249989;
}
</style>
border-color css
<style>
span { border-color: #249989; }
span { border-color: rgb(36,153,137); }
td.TdClassName
{
border-color: #249989;
}
.TagClassName
{
border-color: #249989;
}
</style>