Shades of Java #249485
Tints of Java #249485
RGB
CMYK
RGB Variations
Color information
#249485 (or 0x249485) is known color: Java. HEX triplet: 24, 94 and 85. RGB value is (36,148,133). Sum of RGB (Red+Green+Blue) = 36+148+133=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #249485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249485 is #DB6B7A. Grayscale: #707070. Windows color (decimal): -14379899 or 8754212. OLE color: 8754212.
HSL color Cylindrical-coordinate representation of color #249485: hue angle of 171.96º 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 #249485 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 133 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.42 |
| HSL | 171.96º | 0.61% | 0.36% | - |
| HSV(B) | 171.96º | 0.76% | 0.58% | - |
| XYZ | 15.55 | 23.25 | 25.86 | - |
| YUV | 112.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 133 | 0.76 | 0 | 0.10 | 0.42 | 171.96 | 0.61 | 0.36 |
| Hex | 24 | 94 | 85 | 4C | 0 | A | 2A | AC | 3D | 24 |
| Octal | 44 | 224 | 205 | 114 | 0 | 12 | 52 | 254 | 75 | 44 |
| Binary | 100100 | 10010100 | 10000101 | 1001100 | 0 | 1010 | 101010 | 10101100 | 111101 | 100100 |
Color Harmonies of #249485
Complementary color
Monochromatic Colors of #249485
Black with #249485
Text Example
Text Example
White with #249485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249485; }
p { color: rgb(36,148,133); }
H1.HeaderClassName
{
color: #249485;
}
.AnyTagClassName
{
color: #249485;
}
</style>
background-color css
<style>
a { background-color: #249485; }
a { background-color: rgb(36,148,133); }
div.DivClassName
{
background-color: #249485;
}
.BgClassName
{
background-color: #249485;
}
</style>
border-color css
<style>
span { border-color: #249485; }
span { border-color: rgb(36,148,133); }
td.TdClassName
{
border-color: #249485;
}
.TagClassName
{
border-color: #249485;
}
</style>