Shades of Java #249FA0
Tints of Java #249FA0
RGB
CMYK
RGB Variations
Color information
#249FA0 (or 0x249FA0) is known color: Java. HEX triplet: 24, 9F and A0. RGB value is (36,159,160). Sum of RGB (Red+Green+Blue) = 36+159+160=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #249FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249FA0 is #DB605F. Grayscale: #7A7A7A. Windows color (decimal): -14377056 or 10526500. OLE color: 10526500.
HSL color Cylindrical-coordinate representation of color #249FA0: hue angle of 180.48º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249FA0 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 159 | 160 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.37 |
| HSL | 180.48º | 0.63% | 0.38% | - |
| HSV(B) | 180.48º | 0.78% | 0.63% | - |
| XYZ | 19.47 | 27.71 | 37.58 | - |
| YUV | 122.34 | 149.25 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 160 | 0.78 | 0.01 | 0 | 0.37 | 180.48 | 0.63 | 0.38 |
| Hex | 24 | 9F | A0 | 4E | 1 | 0 | 25 | B4 | 3F | 26 |
| Octal | 44 | 237 | 240 | 116 | 1 | 0 | 45 | 264 | 77 | 46 |
| Binary | 100100 | 10011111 | 10100000 | 1001110 | 1 | 0 | 100101 | 10110100 | 111111 | 100110 |
Color Harmonies of #249FA0
Complementary color
Monochromatic Colors of #249FA0
Black with #249FA0
Text Example
Text Example
White with #249FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FA0; }
p { color: rgb(36,159,160); }
H1.HeaderClassName
{
color: #249FA0;
}
.AnyTagClassName
{
color: #249FA0;
}
</style>
background-color css
<style>
a { background-color: #249FA0; }
a { background-color: rgb(36,159,160); }
div.DivClassName
{
background-color: #249FA0;
}
.BgClassName
{
background-color: #249FA0;
}
</style>
border-color css
<style>
span { border-color: #249FA0; }
span { border-color: rgb(36,159,160); }
td.TdClassName
{
border-color: #249FA0;
}
.TagClassName
{
border-color: #249FA0;
}
</style>