Shades of Java #24979C
Tints of Java #24979C
RGB
CMYK
RGB Variations
Color information
#24979C (or 0x24979C) is known color: Java. HEX triplet: 24, 97 and 9C. RGB value is (36,151,156). Sum of RGB (Red+Green+Blue) = 36+151+156=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #24979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24979C is #DB6863. Grayscale: #757575. Windows color (decimal): -14379108 or 10262308. OLE color: 10262308.
HSL color Cylindrical-coordinate representation of color #24979C: hue angle of 182.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 #24979C is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 151 | 156 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.39 |
| HSL | 182.5º | 0.63% | 0.38% | - |
| HSV(B) | 182.5º | 0.77% | 0.61% | - |
| XYZ | 17.79 | 24.91 | 35.32 | - |
| YUV | 117.19 | 149.9 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 156 | 0.77 | 0.03 | 0 | 0.39 | 182.5 | 0.63 | 0.38 |
| Hex | 24 | 97 | 9C | 4D | 3 | 0 | 27 | B6 | 3E | 26 |
| Octal | 44 | 227 | 234 | 115 | 3 | 0 | 47 | 266 | 76 | 46 |
| Binary | 100100 | 10010111 | 10011100 | 1001101 | 11 | 0 | 100111 | 10110110 | 111110 | 100110 |
Color Harmonies of #24979C
Complementary color
Monochromatic Colors of #24979C
Black with #24979C
Text Example
Text Example
White with #24979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24979C; }
p { color: rgb(36,151,156); }
H1.HeaderClassName
{
color: #24979C;
}
.AnyTagClassName
{
color: #24979C;
}
</style>
background-color css
<style>
a { background-color: #24979C; }
a { background-color: rgb(36,151,156); }
div.DivClassName
{
background-color: #24979C;
}
.BgClassName
{
background-color: #24979C;
}
</style>
border-color css
<style>
span { border-color: #24979C; }
span { border-color: rgb(36,151,156); }
td.TdClassName
{
border-color: #24979C;
}
.TagClassName
{
border-color: #24979C;
}
</style>