Shades of Java #24888C
Tints of Java #24888C
RGB
CMYK
RGB Variations
Color information
#24888C (or 0x24888C) is known color: Java. HEX triplet: 24, 88 and 8C. RGB value is (36,136,140). Sum of RGB (Red+Green+Blue) = 36+136+140=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #24888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24888C is #DB7773. Grayscale: #6A6A6A. Windows color (decimal): -14382964 or 9209892. OLE color: 9209892.
HSL color Cylindrical-coordinate representation of color #24888C: hue angle of 182.31º 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 #24888C is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 136 | 140 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.45 |
| HSL | 182.31º | 0.59% | 0.35% | - |
| HSV(B) | 182.31º | 0.74% | 0.55% | - |
| XYZ | 14.27 | 19.88 | 27.9 | - |
| YUV | 106.56 | 146.87 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 140 | 0.74 | 0.03 | 0 | 0.45 | 182.31 | 0.59 | 0.35 |
| Hex | 24 | 88 | 8C | 4A | 3 | 0 | 2D | B6 | 3B | 23 |
| Octal | 44 | 210 | 214 | 112 | 3 | 0 | 55 | 266 | 73 | 43 |
| Binary | 100100 | 10001000 | 10001100 | 1001010 | 11 | 0 | 101101 | 10110110 | 111011 | 100011 |
Color Harmonies of #24888C
Complementary color
Monochromatic Colors of #24888C
Black with #24888C
Text Example
Text Example
White with #24888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24888C; }
p { color: rgb(36,136,140); }
H1.HeaderClassName
{
color: #24888C;
}
.AnyTagClassName
{
color: #24888C;
}
</style>
background-color css
<style>
a { background-color: #24888C; }
a { background-color: rgb(36,136,140); }
div.DivClassName
{
background-color: #24888C;
}
.BgClassName
{
background-color: #24888C;
}
</style>
border-color css
<style>
span { border-color: #24888C; }
span { border-color: rgb(36,136,140); }
td.TdClassName
{
border-color: #24888C;
}
.TagClassName
{
border-color: #24888C;
}
</style>