Shades of Java #249190
Tints of Java #249190
RGB
CMYK
RGB Variations
Color information
#249190 (or 0x249190) is known color: Java. HEX triplet: 24, 91 and 90. RGB value is (36,145,144). Sum of RGB (Red+Green+Blue) = 36+145+144=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #249190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249190 is #DB6E6F. Grayscale: #707070. Windows color (decimal): -14380656 or 9474340. OLE color: 9474340.
HSL color Cylindrical-coordinate representation of color #249190: hue angle of 179.45º 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 #249190 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 144 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.43 |
| HSL | 179.45º | 0.6% | 0.35% | - |
| HSV(B) | 179.45º | 0.75% | 0.57% | - |
| XYZ | 15.89 | 22.64 | 29.92 | - |
| YUV | 112.3 | 145.89 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 144 | 0.75 | 0 | 0.01 | 0.43 | 179.45 | 0.6 | 0.35 |
| Hex | 24 | 91 | 90 | 4B | 0 | 1 | 2B | B3 | 3C | 23 |
| Octal | 44 | 221 | 220 | 113 | 0 | 1 | 53 | 263 | 74 | 43 |
| Binary | 100100 | 10010001 | 10010000 | 1001011 | 0 | 1 | 101011 | 10110011 | 111100 | 100011 |
Color Harmonies of #249190
Complementary color
Monochromatic Colors of #249190
Black with #249190
Text Example
Text Example
White with #249190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249190; }
p { color: rgb(36,145,144); }
H1.HeaderClassName
{
color: #249190;
}
.AnyTagClassName
{
color: #249190;
}
</style>
background-color css
<style>
a { background-color: #249190; }
a { background-color: rgb(36,145,144); }
div.DivClassName
{
background-color: #249190;
}
.BgClassName
{
background-color: #249190;
}
</style>
border-color css
<style>
span { border-color: #249190; }
span { border-color: rgb(36,145,144); }
td.TdClassName
{
border-color: #249190;
}
.TagClassName
{
border-color: #249190;
}
</style>