Shades of Java #249493
Tints of Java #249493
RGB
CMYK
RGB Variations
Color information
#249493 (or 0x249493) is known color: Java. HEX triplet: 24, 94 and 93. RGB value is (36,148,147). Sum of RGB (Red+Green+Blue) = 36+148+147=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #249493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249493 is #DB6B6C. Grayscale: #727272. Windows color (decimal): -14379885 or 9671716. OLE color: 9671716.
HSL color Cylindrical-coordinate representation of color #249493: hue angle of 179.46º 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 #249493 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 147 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.42 |
| HSL | 179.46º | 0.61% | 0.36% | - |
| HSV(B) | 179.46º | 0.76% | 0.58% | - |
| XYZ | 16.58 | 23.66 | 31.3 | - |
| YUV | 114.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 147 | 0.76 | 0 | 0.01 | 0.42 | 179.46 | 0.61 | 0.36 |
| Hex | 24 | 94 | 93 | 4C | 0 | 1 | 2A | B3 | 3D | 24 |
| Octal | 44 | 224 | 223 | 114 | 0 | 1 | 52 | 263 | 75 | 44 |
| Binary | 100100 | 10010100 | 10010011 | 1001100 | 0 | 1 | 101010 | 10110011 | 111101 | 100100 |
Color Harmonies of #249493
Complementary color
Monochromatic Colors of #249493
Black with #249493
Text Example
Text Example
White with #249493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249493; }
p { color: rgb(36,148,147); }
H1.HeaderClassName
{
color: #249493;
}
.AnyTagClassName
{
color: #249493;
}
</style>
background-color css
<style>
a { background-color: #249493; }
a { background-color: rgb(36,148,147); }
div.DivClassName
{
background-color: #249493;
}
.BgClassName
{
background-color: #249493;
}
</style>
border-color css
<style>
span { border-color: #249493; }
span { border-color: rgb(36,148,147); }
td.TdClassName
{
border-color: #249493;
}
.TagClassName
{
border-color: #249493;
}
</style>