Shades of Java #24959D
Tints of Java #24959D
RGB
CMYK
RGB Variations
Color information
#24959D (or 0x24959D) is known color: Java. HEX triplet: 24, 95 and 9D. RGB value is (36,149,157). Sum of RGB (Red+Green+Blue) = 36+149+157=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #24959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24959D is #DB6A62. Grayscale: #737373. Windows color (decimal): -14379619 or 10327332. OLE color: 10327332.
HSL color Cylindrical-coordinate representation of color #24959D: hue angle of 183.97º 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 #24959D is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 149 | 157 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.38 |
| HSL | 183.97º | 0.63% | 0.38% | - |
| HSV(B) | 183.97º | 0.77% | 0.62% | - |
| XYZ | 17.56 | 24.3 | 35.66 | - |
| YUV | 116.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 157 | 0.77 | 0.05 | 0 | 0.38 | 183.97 | 0.63 | 0.38 |
| Hex | 24 | 95 | 9D | 4D | 5 | 0 | 26 | B8 | 3F | 26 |
| Octal | 44 | 225 | 235 | 115 | 5 | 0 | 46 | 270 | 77 | 46 |
| Binary | 100100 | 10010101 | 10011101 | 1001101 | 101 | 0 | 100110 | 10111000 | 111111 | 100110 |
Color Harmonies of #24959D
Complementary color
Monochromatic Colors of #24959D
Black with #24959D
Text Example
Text Example
White with #24959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24959D; }
p { color: rgb(36,149,157); }
H1.HeaderClassName
{
color: #24959D;
}
.AnyTagClassName
{
color: #24959D;
}
</style>
background-color css
<style>
a { background-color: #24959D; }
a { background-color: rgb(36,149,157); }
div.DivClassName
{
background-color: #24959D;
}
.BgClassName
{
background-color: #24959D;
}
</style>
border-color css
<style>
span { border-color: #24959D; }
span { border-color: rgb(36,149,157); }
td.TdClassName
{
border-color: #24959D;
}
.TagClassName
{
border-color: #24959D;
}
</style>