Shades of Java #249A9D
Tints of Java #249A9D
RGB
CMYK
RGB Variations
Color information
#249A9D (or 0x249A9D) is known color: Java. HEX triplet: 24, 9A and 9D. RGB value is (36,154,157). Sum of RGB (Red+Green+Blue) = 36+154+157=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #249A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A9D is #DB6562. Grayscale: #767676. Windows color (decimal): -14378339 or 10328612. OLE color: 10328612.
HSL color Cylindrical-coordinate representation of color #249A9D: hue angle of 181.49º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A9D is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 154 | 157 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.38 |
| HSL | 181.49º | 0.63% | 0.38% | - |
| HSV(B) | 181.49º | 0.77% | 0.62% | - |
| XYZ | 18.37 | 25.92 | 35.93 | - |
| YUV | 119.06 | 149.41 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 157 | 0.77 | 0.02 | 0 | 0.38 | 181.49 | 0.63 | 0.38 |
| Hex | 24 | 9A | 9D | 4D | 2 | 0 | 26 | B5 | 3F | 26 |
| Octal | 44 | 232 | 235 | 115 | 2 | 0 | 46 | 265 | 77 | 46 |
| Binary | 100100 | 10011010 | 10011101 | 1001101 | 10 | 0 | 100110 | 10110101 | 111111 | 100110 |
Color Harmonies of #249A9D
Complementary color
Monochromatic Colors of #249A9D
Black with #249A9D
Text Example
Text Example
White with #249A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249A9D; }
p { color: rgb(36,154,157); }
H1.HeaderClassName
{
color: #249A9D;
}
.AnyTagClassName
{
color: #249A9D;
}
</style>
background-color css
<style>
a { background-color: #249A9D; }
a { background-color: rgb(36,154,157); }
div.DivClassName
{
background-color: #249A9D;
}
.BgClassName
{
background-color: #249A9D;
}
</style>
border-color css
<style>
span { border-color: #249A9D; }
span { border-color: rgb(36,154,157); }
td.TdClassName
{
border-color: #249A9D;
}
.TagClassName
{
border-color: #249A9D;
}
</style>