Shades of Java #249597
Tints of Java #249597
RGB
CMYK
RGB Variations
Color information
#249597 (or 0x249597) is known color: Java. HEX triplet: 24, 95 and 97. RGB value is (36,149,151). Sum of RGB (Red+Green+Blue) = 36+149+151=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #249597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249597 is #DB6A68. Grayscale: #737373. Windows color (decimal): -14379625 or 9934116. OLE color: 9934116.
HSL color Cylindrical-coordinate representation of color #249597: hue angle of 181.04º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249597 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 149 | 151 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.41 |
| HSL | 181.04º | 0.61% | 0.37% | - |
| HSV(B) | 181.04º | 0.76% | 0.59% | - |
| XYZ | 17.06 | 24.1 | 33.03 | - |
| YUV | 115.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 151 | 0.76 | 0.01 | 0 | 0.41 | 181.04 | 0.61 | 0.37 |
| Hex | 24 | 95 | 97 | 4C | 1 | 0 | 29 | B5 | 3D | 25 |
| Octal | 44 | 225 | 227 | 114 | 1 | 0 | 51 | 265 | 75 | 45 |
| Binary | 100100 | 10010101 | 10010111 | 1001100 | 1 | 0 | 101001 | 10110101 | 111101 | 100101 |
Color Harmonies of #249597
Complementary color
Monochromatic Colors of #249597
Black with #249597
Text Example
Text Example
White with #249597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249597; }
p { color: rgb(36,149,151); }
H1.HeaderClassName
{
color: #249597;
}
.AnyTagClassName
{
color: #249597;
}
</style>
background-color css
<style>
a { background-color: #249597; }
a { background-color: rgb(36,149,151); }
div.DivClassName
{
background-color: #249597;
}
.BgClassName
{
background-color: #249597;
}
</style>
border-color css
<style>
span { border-color: #249597; }
span { border-color: rgb(36,149,151); }
td.TdClassName
{
border-color: #249597;
}
.TagClassName
{
border-color: #249597;
}
</style>