Shades of Java #249488
Tints of Java #249488
RGB
CMYK
RGB Variations
Color information
#249488 (or 0x249488) is known color: Java. HEX triplet: 24, 94 and 88. RGB value is (36,148,136). Sum of RGB (Red+Green+Blue) = 36+148+136=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #249488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249488 is #DB6B77. Grayscale: #717171. Windows color (decimal): -14379896 or 8950820. OLE color: 8950820.
HSL color Cylindrical-coordinate representation of color #249488: hue angle of 173.57º 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 #249488 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 136 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.42 |
| HSL | 173.57º | 0.61% | 0.36% | - |
| HSV(B) | 173.57º | 0.76% | 0.58% | - |
| XYZ | 15.76 | 23.33 | 26.97 | - |
| YUV | 113.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 136 | 0.76 | 0 | 0.08 | 0.42 | 173.57 | 0.61 | 0.36 |
| Hex | 24 | 94 | 88 | 4C | 0 | 8 | 2A | AE | 3D | 24 |
| Octal | 44 | 224 | 210 | 114 | 0 | 10 | 52 | 256 | 75 | 44 |
| Binary | 100100 | 10010100 | 10001000 | 1001100 | 0 | 1000 | 101010 | 10101110 | 111101 | 100100 |
Color Harmonies of #249488
Complementary color
Monochromatic Colors of #249488
Black with #249488
Text Example
Text Example
White with #249488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249488; }
p { color: rgb(36,148,136); }
H1.HeaderClassName
{
color: #249488;
}
.AnyTagClassName
{
color: #249488;
}
</style>
background-color css
<style>
a { background-color: #249488; }
a { background-color: rgb(36,148,136); }
div.DivClassName
{
background-color: #249488;
}
.BgClassName
{
background-color: #249488;
}
</style>
border-color css
<style>
span { border-color: #249488; }
span { border-color: rgb(36,148,136); }
td.TdClassName
{
border-color: #249488;
}
.TagClassName
{
border-color: #249488;
}
</style>