Shades of Java #249189
Tints of Java #249189
RGB
CMYK
RGB Variations
Color information
#249189 (or 0x249189) is known color: Java. HEX triplet: 24, 91 and 89. RGB value is (36,145,137). Sum of RGB (Red+Green+Blue) = 36+145+137=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #249189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249189 is #DB6E76. Grayscale: #6F6F6F. Windows color (decimal): -14380663 or 9015588. OLE color: 9015588.
HSL color Cylindrical-coordinate representation of color #249189: hue angle of 175.6º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249189 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 137 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.43 |
| HSL | 175.6º | 0.6% | 0.35% | - |
| HSV(B) | 175.6º | 0.75% | 0.57% | - |
| XYZ | 15.37 | 22.43 | 27.19 | - |
| YUV | 111.5 | 142.39 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 137 | 0.75 | 0 | 0.06 | 0.43 | 175.6 | 0.6 | 0.35 |
| Hex | 24 | 91 | 89 | 4B | 0 | 6 | 2B | B0 | 3C | 23 |
| Octal | 44 | 221 | 211 | 113 | 0 | 6 | 53 | 260 | 74 | 43 |
| Binary | 100100 | 10010001 | 10001001 | 1001011 | 0 | 110 | 101011 | 10110000 | 111100 | 100011 |
Color Harmonies of #249189
Complementary color
Monochromatic Colors of #249189
Black with #249189
Text Example
Text Example
White with #249189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249189; }
p { color: rgb(36,145,137); }
H1.HeaderClassName
{
color: #249189;
}
.AnyTagClassName
{
color: #249189;
}
</style>
background-color css
<style>
a { background-color: #249189; }
a { background-color: rgb(36,145,137); }
div.DivClassName
{
background-color: #249189;
}
.BgClassName
{
background-color: #249189;
}
</style>
border-color css
<style>
span { border-color: #249189; }
span { border-color: rgb(36,145,137); }
td.TdClassName
{
border-color: #249189;
}
.TagClassName
{
border-color: #249189;
}
</style>