Shades of Java #249492
Tints of Java #249492
RGB
CMYK
RGB Variations
Color information
#249492 (or 0x249492) is known color: Java. HEX triplet: 24, 94 and 92. RGB value is (36,148,146). Sum of RGB (Red+Green+Blue) = 36+148+146=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #249492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249492 is #DB6B6D. Grayscale: #727272. Windows color (decimal): -14379886 or 9606180. OLE color: 9606180.
HSL color Cylindrical-coordinate representation of color #249492: hue angle of 178.93º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249492 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 146 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.42 |
| HSL | 178.93º | 0.61% | 0.36% | - |
| HSV(B) | 178.93º | 0.76% | 0.58% | - |
| XYZ | 16.51 | 23.63 | 30.89 | - |
| YUV | 114.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 146 | 0.76 | 0 | 0.01 | 0.42 | 178.93 | 0.61 | 0.36 |
| Hex | 24 | 94 | 92 | 4C | 0 | 1 | 2A | B3 | 3D | 24 |
| Octal | 44 | 224 | 222 | 114 | 0 | 1 | 52 | 263 | 75 | 44 |
| Binary | 100100 | 10010100 | 10010010 | 1001100 | 0 | 1 | 101010 | 10110011 | 111101 | 100100 |
Color Harmonies of #249492
Complementary color
Monochromatic Colors of #249492
Black with #249492
Text Example
Text Example
White with #249492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249492; }
p { color: rgb(36,148,146); }
H1.HeaderClassName
{
color: #249492;
}
.AnyTagClassName
{
color: #249492;
}
</style>
background-color css
<style>
a { background-color: #249492; }
a { background-color: rgb(36,148,146); }
div.DivClassName
{
background-color: #249492;
}
.BgClassName
{
background-color: #249492;
}
</style>
border-color css
<style>
span { border-color: #249492; }
span { border-color: rgb(36,148,146); }
td.TdClassName
{
border-color: #249492;
}
.TagClassName
{
border-color: #249492;
}
</style>