Shades of Java #24898C
Tints of Java #24898C
RGB
CMYK
RGB Variations
Color information
#24898C (or 0x24898C) is known color: Java. HEX triplet: 24, 89 and 8C. RGB value is (36,137,140). Sum of RGB (Red+Green+Blue) = 36+137+140=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #24898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24898C is #DB7673. Grayscale: #6B6B6B. Windows color (decimal): -14382708 or 9210148. OLE color: 9210148.
HSL color Cylindrical-coordinate representation of color #24898C: hue angle of 181.73º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24898C is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 137 | 140 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.45 |
| HSL | 181.73º | 0.59% | 0.35% | - |
| HSV(B) | 181.73º | 0.74% | 0.55% | - |
| XYZ | 14.41 | 20.16 | 27.94 | - |
| YUV | 107.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 140 | 0.74 | 0.02 | 0 | 0.45 | 181.73 | 0.59 | 0.35 |
| Hex | 24 | 89 | 8C | 4A | 2 | 0 | 2D | B6 | 3B | 23 |
| Octal | 44 | 211 | 214 | 112 | 2 | 0 | 55 | 266 | 73 | 43 |
| Binary | 100100 | 10001001 | 10001100 | 1001010 | 10 | 0 | 101101 | 10110110 | 111011 | 100011 |
Color Harmonies of #24898C
Complementary color
Monochromatic Colors of #24898C
Black with #24898C
Text Example
Text Example
White with #24898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24898C; }
p { color: rgb(36,137,140); }
H1.HeaderClassName
{
color: #24898C;
}
.AnyTagClassName
{
color: #24898C;
}
</style>
background-color css
<style>
a { background-color: #24898C; }
a { background-color: rgb(36,137,140); }
div.DivClassName
{
background-color: #24898C;
}
.BgClassName
{
background-color: #24898C;
}
</style>
border-color css
<style>
span { border-color: #24898C; }
span { border-color: rgb(36,137,140); }
td.TdClassName
{
border-color: #24898C;
}
.TagClassName
{
border-color: #24898C;
}
</style>