Shades of Java #249295
Tints of Java #249295
RGB
CMYK
RGB Variations
Color information
#249295 (or 0x249295) is known color: Java. HEX triplet: 24, 92 and 95. RGB value is (36,146,149). Sum of RGB (Red+Green+Blue) = 36+146+149=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #249295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249295 is #DB6D6A. Grayscale: #717171. Windows color (decimal): -14380395 or 9802276. OLE color: 9802276.
HSL color Cylindrical-coordinate representation of color #249295: hue angle of 181.59º 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 #249295 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 146 | 149 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.42 |
| HSL | 181.59º | 0.61% | 0.36% | - |
| HSV(B) | 181.59º | 0.76% | 0.58% | - |
| XYZ | 16.43 | 23.1 | 32.03 | - |
| YUV | 113.45 | 148.06 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 149 | 0.76 | 0.02 | 0 | 0.42 | 181.59 | 0.61 | 0.36 |
| Hex | 24 | 92 | 95 | 4C | 2 | 0 | 2A | B6 | 3D | 24 |
| Octal | 44 | 222 | 225 | 114 | 2 | 0 | 52 | 266 | 75 | 44 |
| Binary | 100100 | 10010010 | 10010101 | 1001100 | 10 | 0 | 101010 | 10110110 | 111101 | 100100 |
Color Harmonies of #249295
Complementary color
Monochromatic Colors of #249295
Black with #249295
Text Example
Text Example
White with #249295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249295; }
p { color: rgb(36,146,149); }
H1.HeaderClassName
{
color: #249295;
}
.AnyTagClassName
{
color: #249295;
}
</style>
background-color css
<style>
a { background-color: #249295; }
a { background-color: rgb(36,146,149); }
div.DivClassName
{
background-color: #249295;
}
.BgClassName
{
background-color: #249295;
}
</style>
border-color css
<style>
span { border-color: #249295; }
span { border-color: rgb(36,146,149); }
td.TdClassName
{
border-color: #249295;
}
.TagClassName
{
border-color: #249295;
}
</style>