Shades of Java #249495
Tints of Java #249495
RGB
CMYK
RGB Variations
Color information
#249495 (or 0x249495) is known color: Java. HEX triplet: 24, 94 and 95. RGB value is (36,148,149). Sum of RGB (Red+Green+Blue) = 36+148+149=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #249495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249495 is #DB6B6A. Grayscale: #727272. Windows color (decimal): -14379883 or 9802788. OLE color: 9802788.
HSL color Cylindrical-coordinate representation of color #249495: hue angle of 180.53º 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 #249495 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 149 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.42 |
| HSL | 180.53º | 0.61% | 0.36% | - |
| HSV(B) | 180.53º | 0.76% | 0.58% | - |
| XYZ | 16.74 | 23.72 | 32.13 | - |
| YUV | 114.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 149 | 0.76 | 0.01 | 0 | 0.42 | 180.53 | 0.61 | 0.36 |
| Hex | 24 | 94 | 95 | 4C | 1 | 0 | 2A | B5 | 3D | 24 |
| Octal | 44 | 224 | 225 | 114 | 1 | 0 | 52 | 265 | 75 | 44 |
| Binary | 100100 | 10010100 | 10010101 | 1001100 | 1 | 0 | 101010 | 10110101 | 111101 | 100100 |
Color Harmonies of #249495
Complementary color
Monochromatic Colors of #249495
Black with #249495
Text Example
Text Example
White with #249495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249495; }
p { color: rgb(36,148,149); }
H1.HeaderClassName
{
color: #249495;
}
.AnyTagClassName
{
color: #249495;
}
</style>
background-color css
<style>
a { background-color: #249495; }
a { background-color: rgb(36,148,149); }
div.DivClassName
{
background-color: #249495;
}
.BgClassName
{
background-color: #249495;
}
</style>
border-color css
<style>
span { border-color: #249495; }
span { border-color: rgb(36,148,149); }
td.TdClassName
{
border-color: #249495;
}
.TagClassName
{
border-color: #249495;
}
</style>