Shades of Java #249689
Tints of Java #249689
RGB
CMYK
RGB Variations
Color information
#249689 (or 0x249689) is known color: Java. HEX triplet: 24, 96 and 89. RGB value is (36,150,137). Sum of RGB (Red+Green+Blue) = 36+150+137=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #249689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249689 is #DB6976. Grayscale: #727272. Windows color (decimal): -14379383 or 9016868. OLE color: 9016868.
HSL color Cylindrical-coordinate representation of color #249689: hue angle of 173.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249689 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 137 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.41 |
| HSL | 173.16º | 0.61% | 0.36% | - |
| HSV(B) | 173.16º | 0.76% | 0.59% | - |
| XYZ | 16.15 | 23.99 | 27.45 | - |
| YUV | 114.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 137 | 0.76 | 0 | 0.09 | 0.41 | 173.16 | 0.61 | 0.36 |
| Hex | 24 | 96 | 89 | 4C | 0 | 9 | 29 | AD | 3D | 24 |
| Octal | 44 | 226 | 211 | 114 | 0 | 11 | 51 | 255 | 75 | 44 |
| Binary | 100100 | 10010110 | 10001001 | 1001100 | 0 | 1001 | 101001 | 10101101 | 111101 | 100100 |
Color Harmonies of #249689
Complementary color
Monochromatic Colors of #249689
Black with #249689
Text Example
Text Example
White with #249689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249689; }
p { color: rgb(36,150,137); }
H1.HeaderClassName
{
color: #249689;
}
.AnyTagClassName
{
color: #249689;
}
</style>
background-color css
<style>
a { background-color: #249689; }
a { background-color: rgb(36,150,137); }
div.DivClassName
{
background-color: #249689;
}
.BgClassName
{
background-color: #249689;
}
</style>
border-color css
<style>
span { border-color: #249689; }
span { border-color: rgb(36,150,137); }
td.TdClassName
{
border-color: #249689;
}
.TagClassName
{
border-color: #249689;
}
</style>