Shades of Java #249991
Tints of Java #249991
RGB
CMYK
RGB Variations
Color information
#249991 (or 0x249991) is known color: Java. HEX triplet: 24, 99 and 91. RGB value is (36,153,145). Sum of RGB (Red+Green+Blue) = 36+153+145=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #249991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249991 is #DB666E. Grayscale: #757575. Windows color (decimal): -14378607 or 9541924. OLE color: 9541924.
HSL color Cylindrical-coordinate representation of color #249991: hue angle of 175.9º 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 #249991 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 145 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.4 |
| HSL | 175.9º | 0.62% | 0.37% | - |
| HSV(B) | 175.9º | 0.76% | 0.6% | - |
| XYZ | 17.23 | 25.2 | 30.74 | - |
| YUV | 117.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 145 | 0.76 | 0 | 0.05 | 0.4 | 175.9 | 0.62 | 0.37 |
| Hex | 24 | 99 | 91 | 4C | 0 | 5 | 28 | B0 | 3E | 25 |
| Octal | 44 | 231 | 221 | 114 | 0 | 5 | 50 | 260 | 76 | 45 |
| Binary | 100100 | 10011001 | 10010001 | 1001100 | 0 | 101 | 101000 | 10110000 | 111110 | 100101 |
Color Harmonies of #249991
Complementary color
Monochromatic Colors of #249991
Black with #249991
Text Example
Text Example
White with #249991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249991; }
p { color: rgb(36,153,145); }
H1.HeaderClassName
{
color: #249991;
}
.AnyTagClassName
{
color: #249991;
}
</style>
background-color css
<style>
a { background-color: #249991; }
a { background-color: rgb(36,153,145); }
div.DivClassName
{
background-color: #249991;
}
.BgClassName
{
background-color: #249991;
}
</style>
border-color css
<style>
span { border-color: #249991; }
span { border-color: rgb(36,153,145); }
td.TdClassName
{
border-color: #249991;
}
.TagClassName
{
border-color: #249991;
}
</style>