Shades of Java #24929D
Tints of Java #24929D
RGB
CMYK
RGB Variations
Color information
#24929D (or 0x24929D) is known color: Java. HEX triplet: 24, 92 and 9D. RGB value is (36,146,157). Sum of RGB (Red+Green+Blue) = 36+146+157=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #24929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24929D is #DB6D62. Grayscale: #727272. Windows color (decimal): -14380387 or 10326564. OLE color: 10326564.
HSL color Cylindrical-coordinate representation of color #24929D: hue angle of 185.45º 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 #24929D is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 146 | 157 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.38 |
| HSL | 185.45º | 0.63% | 0.38% | - |
| HSV(B) | 185.45º | 0.77% | 0.62% | - |
| XYZ | 17.09 | 23.37 | 35.51 | - |
| YUV | 114.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 157 | 0.77 | 0.07 | 0 | 0.38 | 185.45 | 0.63 | 0.38 |
| Hex | 24 | 92 | 9D | 4D | 7 | 0 | 26 | B9 | 3F | 26 |
| Octal | 44 | 222 | 235 | 115 | 7 | 0 | 46 | 271 | 77 | 46 |
| Binary | 100100 | 10010010 | 10011101 | 1001101 | 111 | 0 | 100110 | 10111001 | 111111 | 100110 |
Color Harmonies of #24929D
Complementary color
Monochromatic Colors of #24929D
Black with #24929D
Text Example
Text Example
White with #24929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24929D; }
p { color: rgb(36,146,157); }
H1.HeaderClassName
{
color: #24929D;
}
.AnyTagClassName
{
color: #24929D;
}
</style>
background-color css
<style>
a { background-color: #24929D; }
a { background-color: rgb(36,146,157); }
div.DivClassName
{
background-color: #24929D;
}
.BgClassName
{
background-color: #24929D;
}
</style>
border-color css
<style>
span { border-color: #24929D; }
span { border-color: rgb(36,146,157); }
td.TdClassName
{
border-color: #24929D;
}
.TagClassName
{
border-color: #24929D;
}
</style>