Shades of Java #24949F
Tints of Java #24949F
RGB
CMYK
RGB Variations
Color information
#24949F (or 0x24949F) is known color: Java. HEX triplet: 24, 94 and 9F. RGB value is (36,148,159). Sum of RGB (Red+Green+Blue) = 36+148+159=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #24949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24949F is #DB6B60. Grayscale: #737373. Windows color (decimal): -14379873 or 10458148. OLE color: 10458148.
HSL color Cylindrical-coordinate representation of color #24949F: hue angle of 185.37º 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 #24949F is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 148 | 159 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.38 |
| HSL | 185.37º | 0.63% | 0.38% | - |
| HSV(B) | 185.37º | 0.77% | 0.62% | - |
| XYZ | 17.58 | 24.06 | 36.52 | - |
| YUV | 115.77 | 152.39 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 159 | 0.77 | 0.07 | 0 | 0.38 | 185.37 | 0.63 | 0.38 |
| Hex | 24 | 94 | 9F | 4D | 7 | 0 | 26 | B9 | 3F | 26 |
| Octal | 44 | 224 | 237 | 115 | 7 | 0 | 46 | 271 | 77 | 46 |
| Binary | 100100 | 10010100 | 10011111 | 1001101 | 111 | 0 | 100110 | 10111001 | 111111 | 100110 |
Color Harmonies of #24949F
Complementary color
Monochromatic Colors of #24949F
Black with #24949F
Text Example
Text Example
White with #24949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24949F; }
p { color: rgb(36,148,159); }
H1.HeaderClassName
{
color: #24949F;
}
.AnyTagClassName
{
color: #24949F;
}
</style>
background-color css
<style>
a { background-color: #24949F; }
a { background-color: rgb(36,148,159); }
div.DivClassName
{
background-color: #24949F;
}
.BgClassName
{
background-color: #24949F;
}
</style>
border-color css
<style>
span { border-color: #24949F; }
span { border-color: rgb(36,148,159); }
td.TdClassName
{
border-color: #24949F;
}
.TagClassName
{
border-color: #24949F;
}
</style>