Shades of Java #24909A
Tints of Java #24909A
RGB
CMYK
RGB Variations
Color information
#24909A (or 0x24909A) is known color: Java. HEX triplet: 24, 90 and 9A. RGB value is (36,144,154). Sum of RGB (Red+Green+Blue) = 36+144+154=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #24909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24909A is #DB6F65. Grayscale: #707070. Windows color (decimal): -14380902 or 10129444. OLE color: 10129444.
HSL color Cylindrical-coordinate representation of color #24909A: hue angle of 185.08º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24909A is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 144 | 154 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.40 |
| HSL | 185.08º | 0.62% | 0.37% | - |
| HSV(B) | 185.08º | 0.77% | 0.6% | - |
| XYZ | 16.53 | 22.65 | 34.07 | - |
| YUV | 112.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 154 | 0.77 | 0.06 | 0 | 0.40 | 185.08 | 0.62 | 0.37 |
| Hex | 24 | 90 | 9A | 4D | 6 | 0 | 28 | B9 | 3E | 25 |
| Octal | 44 | 220 | 232 | 115 | 6 | 0 | 50 | 271 | 76 | 45 |
| Binary | 100100 | 10010000 | 10011010 | 1001101 | 110 | 0 | 101000 | 10111001 | 111110 | 100101 |
Color Harmonies of #24909A
Complementary color
Monochromatic Colors of #24909A
Black with #24909A
Text Example
Text Example
White with #24909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24909A; }
p { color: rgb(36,144,154); }
H1.HeaderClassName
{
color: #24909A;
}
.AnyTagClassName
{
color: #24909A;
}
</style>
background-color css
<style>
a { background-color: #24909A; }
a { background-color: rgb(36,144,154); }
div.DivClassName
{
background-color: #24909A;
}
.BgClassName
{
background-color: #24909A;
}
</style>
border-color css
<style>
span { border-color: #24909A; }
span { border-color: rgb(36,144,154); }
td.TdClassName
{
border-color: #24909A;
}
.TagClassName
{
border-color: #24909A;
}
</style>