Shades of Java #24878A
Tints of Java #24878A
RGB
CMYK
RGB Variations
Color information
#24878A (or 0x24878A) is known color: Java. HEX triplet: 24, 87 and 8A. RGB value is (36,135,138). Sum of RGB (Red+Green+Blue) = 36+135+138=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #24878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24878A is #DB7875. Grayscale: #696969. Windows color (decimal): -14383222 or 9078564. OLE color: 9078564.
HSL color Cylindrical-coordinate representation of color #24878A: hue angle of 181.76º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24878A is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 135 | 138 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.46 |
| HSL | 181.76º | 0.59% | 0.34% | - |
| HSV(B) | 181.76º | 0.74% | 0.54% | - |
| XYZ | 13.98 | 19.54 | 27.08 | - |
| YUV | 105.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 138 | 0.74 | 0.02 | 0 | 0.46 | 181.76 | 0.59 | 0.34 |
| Hex | 24 | 87 | 8A | 4A | 2 | 0 | 2E | B6 | 3B | 22 |
| Octal | 44 | 207 | 212 | 112 | 2 | 0 | 56 | 266 | 73 | 42 |
| Binary | 100100 | 10000111 | 10001010 | 1001010 | 10 | 0 | 101110 | 10110110 | 111011 | 100010 |
Color Harmonies of #24878A
Complementary color
Monochromatic Colors of #24878A
Black with #24878A
Text Example
Text Example
White with #24878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24878A; }
p { color: rgb(36,135,138); }
H1.HeaderClassName
{
color: #24878A;
}
.AnyTagClassName
{
color: #24878A;
}
</style>
background-color css
<style>
a { background-color: #24878A; }
a { background-color: rgb(36,135,138); }
div.DivClassName
{
background-color: #24878A;
}
.BgClassName
{
background-color: #24878A;
}
</style>
border-color css
<style>
span { border-color: #24878A; }
span { border-color: rgb(36,135,138); }
td.TdClassName
{
border-color: #24878A;
}
.TagClassName
{
border-color: #24878A;
}
</style>