Shades of Java #24919C
Tints of Java #24919C
RGB
CMYK
RGB Variations
Color information
#24919C (or 0x24919C) is known color: Java. HEX triplet: 24, 91 and 9C. RGB value is (36,145,156). Sum of RGB (Red+Green+Blue) = 36+145+156=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #24919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24919C is #DB6E63. Grayscale: #717171. Windows color (decimal): -14380644 or 10260772. OLE color: 10260772.
HSL color Cylindrical-coordinate representation of color #24919C: hue angle of 185.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24919C is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 145 | 156 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.39 |
| HSL | 185.5º | 0.63% | 0.38% | - |
| HSV(B) | 185.5º | 0.77% | 0.61% | - |
| XYZ | 16.85 | 23.03 | 35.01 | - |
| YUV | 113.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 156 | 0.77 | 0.07 | 0 | 0.39 | 185.5 | 0.63 | 0.38 |
| Hex | 24 | 91 | 9C | 4D | 7 | 0 | 27 | BA | 3E | 26 |
| Octal | 44 | 221 | 234 | 115 | 7 | 0 | 47 | 272 | 76 | 46 |
| Binary | 100100 | 10010001 | 10011100 | 1001101 | 111 | 0 | 100111 | 10111010 | 111110 | 100110 |
Color Harmonies of #24919C
Complementary color
Monochromatic Colors of #24919C
Black with #24919C
Text Example
Text Example
White with #24919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24919C; }
p { color: rgb(36,145,156); }
H1.HeaderClassName
{
color: #24919C;
}
.AnyTagClassName
{
color: #24919C;
}
</style>
background-color css
<style>
a { background-color: #24919C; }
a { background-color: rgb(36,145,156); }
div.DivClassName
{
background-color: #24919C;
}
.BgClassName
{
background-color: #24919C;
}
</style>
border-color css
<style>
span { border-color: #24919C; }
span { border-color: rgb(36,145,156); }
td.TdClassName
{
border-color: #24919C;
}
.TagClassName
{
border-color: #24919C;
}
</style>