Shades of Java #249195
Tints of Java #249195
RGB
CMYK
RGB Variations
Color information
#249195 (or 0x249195) is known color: Java. HEX triplet: 24, 91 and 95. RGB value is (36,145,149). Sum of RGB (Red+Green+Blue) = 36+145+149=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #249195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249195 is #DB6E6A. Grayscale: #707070. Windows color (decimal): -14380651 or 9802020. OLE color: 9802020.
HSL color Cylindrical-coordinate representation of color #249195: hue angle of 182.12º 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 #249195 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 145 | 149 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.42 |
| HSL | 182.12º | 0.61% | 0.36% | - |
| HSV(B) | 182.12º | 0.76% | 0.58% | - |
| XYZ | 16.28 | 22.8 | 31.98 | - |
| YUV | 112.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 149 | 0.76 | 0.03 | 0 | 0.42 | 182.12 | 0.61 | 0.36 |
| Hex | 24 | 91 | 95 | 4C | 3 | 0 | 2A | B6 | 3D | 24 |
| Octal | 44 | 221 | 225 | 114 | 3 | 0 | 52 | 266 | 75 | 44 |
| Binary | 100100 | 10010001 | 10010101 | 1001100 | 11 | 0 | 101010 | 10110110 | 111101 | 100100 |
Color Harmonies of #249195
Complementary color
Monochromatic Colors of #249195
Black with #249195
Text Example
Text Example
White with #249195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249195; }
p { color: rgb(36,145,149); }
H1.HeaderClassName
{
color: #249195;
}
.AnyTagClassName
{
color: #249195;
}
</style>
background-color css
<style>
a { background-color: #249195; }
a { background-color: rgb(36,145,149); }
div.DivClassName
{
background-color: #249195;
}
.BgClassName
{
background-color: #249195;
}
</style>
border-color css
<style>
span { border-color: #249195; }
span { border-color: rgb(36,145,149); }
td.TdClassName
{
border-color: #249195;
}
.TagClassName
{
border-color: #249195;
}
</style>