Shades of Java #24989B
Tints of Java #24989B
RGB
CMYK
RGB Variations
Color information
#24989B (or 0x24989B) is known color: Java. HEX triplet: 24, 98 and 9B. RGB value is (36,152,155). Sum of RGB (Red+Green+Blue) = 36+152+155=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #24989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24989B is #DB6764. Grayscale: #757575. Windows color (decimal): -14378853 or 10197028. OLE color: 10197028.
HSL color Cylindrical-coordinate representation of color #24989B: hue angle of 181.51º 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 #24989B is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 152 | 155 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.39 |
| HSL | 181.51º | 0.62% | 0.37% | - |
| HSV(B) | 181.51º | 0.77% | 0.61% | - |
| XYZ | 17.87 | 25.2 | 34.93 | - |
| YUV | 117.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 155 | 0.77 | 0.02 | 0 | 0.39 | 181.51 | 0.62 | 0.37 |
| Hex | 24 | 98 | 9B | 4D | 2 | 0 | 27 | B6 | 3E | 25 |
| Octal | 44 | 230 | 233 | 115 | 2 | 0 | 47 | 266 | 76 | 45 |
| Binary | 100100 | 10011000 | 10011011 | 1001101 | 10 | 0 | 100111 | 10110110 | 111110 | 100101 |
Color Harmonies of #24989B
Complementary color
Monochromatic Colors of #24989B
Black with #24989B
Text Example
Text Example
White with #24989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24989B; }
p { color: rgb(36,152,155); }
H1.HeaderClassName
{
color: #24989B;
}
.AnyTagClassName
{
color: #24989B;
}
</style>
background-color css
<style>
a { background-color: #24989B; }
a { background-color: rgb(36,152,155); }
div.DivClassName
{
background-color: #24989B;
}
.BgClassName
{
background-color: #24989B;
}
</style>
border-color css
<style>
span { border-color: #24989B; }
span { border-color: rgb(36,152,155); }
td.TdClassName
{
border-color: #24989B;
}
.TagClassName
{
border-color: #24989B;
}
</style>