Shades of Java #24878C
Tints of Java #24878C
RGB
CMYK
RGB Variations
Color information
#24878C (or 0x24878C) is known color: Java. HEX triplet: 24, 87 and 8C. RGB value is (36,135,140). Sum of RGB (Red+Green+Blue) = 36+135+140=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #24878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24878C is #DB7873. Grayscale: #696969. Windows color (decimal): -14383220 or 9209636. OLE color: 9209636.
HSL color Cylindrical-coordinate representation of color #24878C: hue angle of 182.88º 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 #24878C is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 135 | 140 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.45 |
| HSL | 182.88º | 0.59% | 0.35% | - |
| HSV(B) | 182.88º | 0.74% | 0.55% | - |
| XYZ | 14.13 | 19.6 | 27.85 | - |
| YUV | 105.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 140 | 0.74 | 0.04 | 0 | 0.45 | 182.88 | 0.59 | 0.35 |
| Hex | 24 | 87 | 8C | 4A | 4 | 0 | 2D | B7 | 3B | 23 |
| Octal | 44 | 207 | 214 | 112 | 4 | 0 | 55 | 267 | 73 | 43 |
| Binary | 100100 | 10000111 | 10001100 | 1001010 | 100 | 0 | 101101 | 10110111 | 111011 | 100011 |
Color Harmonies of #24878C
Complementary color
Monochromatic Colors of #24878C
Black with #24878C
Text Example
Text Example
White with #24878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24878C; }
p { color: rgb(36,135,140); }
H1.HeaderClassName
{
color: #24878C;
}
.AnyTagClassName
{
color: #24878C;
}
</style>
background-color css
<style>
a { background-color: #24878C; }
a { background-color: rgb(36,135,140); }
div.DivClassName
{
background-color: #24878C;
}
.BgClassName
{
background-color: #24878C;
}
</style>
border-color css
<style>
span { border-color: #24878C; }
span { border-color: rgb(36,135,140); }
td.TdClassName
{
border-color: #24878C;
}
.TagClassName
{
border-color: #24878C;
}
</style>