Shades of Java #24909B
Tints of Java #24909B
RGB
CMYK
RGB Variations
Color information
#24909B (or 0x24909B) is known color: Java. HEX triplet: 24, 90 and 9B. RGB value is (36,144,155). Sum of RGB (Red+Green+Blue) = 36+144+155=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #24909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24909B is #DB6F64. Grayscale: #707070. Windows color (decimal): -14380901 or 10194980. OLE color: 10194980.
HSL color Cylindrical-coordinate representation of color #24909B: hue angle of 185.55º 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 #24909B is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 144 | 155 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.39 |
| HSL | 185.55º | 0.62% | 0.37% | - |
| HSV(B) | 185.55º | 0.77% | 0.61% | - |
| XYZ | 16.62 | 22.69 | 34.51 | - |
| YUV | 112.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 155 | 0.77 | 0.07 | 0 | 0.39 | 185.55 | 0.62 | 0.37 |
| Hex | 24 | 90 | 9B | 4D | 7 | 0 | 27 | BA | 3E | 25 |
| Octal | 44 | 220 | 233 | 115 | 7 | 0 | 47 | 272 | 76 | 45 |
| Binary | 100100 | 10010000 | 10011011 | 1001101 | 111 | 0 | 100111 | 10111010 | 111110 | 100101 |
Color Harmonies of #24909B
Complementary color
Monochromatic Colors of #24909B
Black with #24909B
Text Example
Text Example
White with #24909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24909B; }
p { color: rgb(36,144,155); }
H1.HeaderClassName
{
color: #24909B;
}
.AnyTagClassName
{
color: #24909B;
}
</style>
background-color css
<style>
a { background-color: #24909B; }
a { background-color: rgb(36,144,155); }
div.DivClassName
{
background-color: #24909B;
}
.BgClassName
{
background-color: #24909B;
}
</style>
border-color css
<style>
span { border-color: #24909B; }
span { border-color: rgb(36,144,155); }
td.TdClassName
{
border-color: #24909B;
}
.TagClassName
{
border-color: #24909B;
}
</style>