Shades of Java #24959B
Tints of Java #24959B
RGB
CMYK
RGB Variations
Color information
#24959B (or 0x24959B) is known color: Java. HEX triplet: 24, 95 and 9B. RGB value is (36,149,155). Sum of RGB (Red+Green+Blue) = 36+149+155=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #24959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24959B is #DB6A64. Grayscale: #737373. Windows color (decimal): -14379621 or 10196260. OLE color: 10196260.
HSL color Cylindrical-coordinate representation of color #24959B: hue angle of 183.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24959B is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 149 | 155 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.39 |
| HSL | 183.03º | 0.62% | 0.37% | - |
| HSV(B) | 183.03º | 0.77% | 0.61% | - |
| XYZ | 17.39 | 24.24 | 34.77 | - |
| YUV | 115.9 | 150.06 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 155 | 0.77 | 0.04 | 0 | 0.39 | 183.03 | 0.62 | 0.37 |
| Hex | 24 | 95 | 9B | 4D | 4 | 0 | 27 | B7 | 3E | 25 |
| Octal | 44 | 225 | 233 | 115 | 4 | 0 | 47 | 267 | 76 | 45 |
| Binary | 100100 | 10010101 | 10011011 | 1001101 | 100 | 0 | 100111 | 10110111 | 111110 | 100101 |
Color Harmonies of #24959B
Complementary color
Monochromatic Colors of #24959B
Black with #24959B
Text Example
Text Example
White with #24959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24959B; }
p { color: rgb(36,149,155); }
H1.HeaderClassName
{
color: #24959B;
}
.AnyTagClassName
{
color: #24959B;
}
</style>
background-color css
<style>
a { background-color: #24959B; }
a { background-color: rgb(36,149,155); }
div.DivClassName
{
background-color: #24959B;
}
.BgClassName
{
background-color: #24959B;
}
</style>
border-color css
<style>
span { border-color: #24959B; }
span { border-color: rgb(36,149,155); }
td.TdClassName
{
border-color: #24959B;
}
.TagClassName
{
border-color: #24959B;
}
</style>