Shades of Java #249799
Tints of Java #249799
RGB
CMYK
RGB Variations
Color information
#249799 (or 0x249799) is known color: Java. HEX triplet: 24, 97 and 99. RGB value is (36,151,153). Sum of RGB (Red+Green+Blue) = 36+151+153=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #249799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249799 is #DB6866. Grayscale: #747474. Windows color (decimal): -14379111 or 10065700. OLE color: 10065700.
HSL color Cylindrical-coordinate representation of color #249799: hue angle of 181.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249799 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 151 | 153 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.4 |
| HSL | 181.03º | 0.62% | 0.37% | - |
| HSV(B) | 181.03º | 0.76% | 0.6% | - |
| XYZ | 17.54 | 24.81 | 34 | - |
| YUV | 116.84 | 148.4 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 153 | 0.76 | 0.01 | 0 | 0.4 | 181.03 | 0.62 | 0.37 |
| Hex | 24 | 97 | 99 | 4C | 1 | 0 | 28 | B5 | 3E | 25 |
| Octal | 44 | 227 | 231 | 114 | 1 | 0 | 50 | 265 | 76 | 45 |
| Binary | 100100 | 10010111 | 10011001 | 1001100 | 1 | 0 | 101000 | 10110101 | 111110 | 100101 |
Color Harmonies of #249799
Complementary color
Monochromatic Colors of #249799
Black with #249799
Text Example
Text Example
White with #249799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249799; }
p { color: rgb(36,151,153); }
H1.HeaderClassName
{
color: #249799;
}
.AnyTagClassName
{
color: #249799;
}
</style>
background-color css
<style>
a { background-color: #249799; }
a { background-color: rgb(36,151,153); }
div.DivClassName
{
background-color: #249799;
}
.BgClassName
{
background-color: #249799;
}
</style>
border-color css
<style>
span { border-color: #249799; }
span { border-color: rgb(36,151,153); }
td.TdClassName
{
border-color: #249799;
}
.TagClassName
{
border-color: #249799;
}
</style>