Shades of Java #24909D
Tints of Java #24909D
RGB
CMYK
RGB Variations
Color information
#24909D (or 0x24909D) is known color: Java. HEX triplet: 24, 90 and 9D. RGB value is (36,144,157). Sum of RGB (Red+Green+Blue) = 36+144+157=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #24909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24909D is #DB6F62. Grayscale: #717171. Windows color (decimal): -14380899 or 10326052. OLE color: 10326052.
HSL color Cylindrical-coordinate representation of color #24909D: hue angle of 186.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 #24909D is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 144 | 157 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.38 |
| HSL | 186.45º | 0.63% | 0.38% | - |
| HSV(B) | 186.45º | 0.77% | 0.62% | - |
| XYZ | 16.79 | 22.76 | 35.41 | - |
| YUV | 113.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 157 | 0.77 | 0.08 | 0 | 0.38 | 186.45 | 0.63 | 0.38 |
| Hex | 24 | 90 | 9D | 4D | 8 | 0 | 26 | BA | 3F | 26 |
| Octal | 44 | 220 | 235 | 115 | 10 | 0 | 46 | 272 | 77 | 46 |
| Binary | 100100 | 10010000 | 10011101 | 1001101 | 1000 | 0 | 100110 | 10111010 | 111111 | 100110 |
Color Harmonies of #24909D
Complementary color
Monochromatic Colors of #24909D
Black with #24909D
Text Example
Text Example
White with #24909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24909D; }
p { color: rgb(36,144,157); }
H1.HeaderClassName
{
color: #24909D;
}
.AnyTagClassName
{
color: #24909D;
}
</style>
background-color css
<style>
a { background-color: #24909D; }
a { background-color: rgb(36,144,157); }
div.DivClassName
{
background-color: #24909D;
}
.BgClassName
{
background-color: #24909D;
}
</style>
border-color css
<style>
span { border-color: #24909D; }
span { border-color: rgb(36,144,157); }
td.TdClassName
{
border-color: #24909D;
}
.TagClassName
{
border-color: #24909D;
}
</style>