Shades of Java #24858B
Tints of Java #24858B
RGB
CMYK
RGB Variations
Color information
#24858B (or 0x24858B) is known color: Java. HEX triplet: 24, 85 and 8B. RGB value is (36,133,139). Sum of RGB (Red+Green+Blue) = 36+133+139=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #24858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24858B is #DB7A74. Grayscale: #686868. Windows color (decimal): -14383733 or 9143588. OLE color: 9143588.
HSL color Cylindrical-coordinate representation of color #24858B: hue angle of 183.5º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24858B is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 133 | 139 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.45 |
| HSL | 183.5º | 0.59% | 0.34% | - |
| HSV(B) | 183.5º | 0.74% | 0.55% | - |
| XYZ | 13.78 | 19.01 | 27.37 | - |
| YUV | 104.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 139 | 0.74 | 0.04 | 0 | 0.45 | 183.5 | 0.59 | 0.34 |
| Hex | 24 | 85 | 8B | 4A | 4 | 0 | 2D | B7 | 3B | 22 |
| Octal | 44 | 205 | 213 | 112 | 4 | 0 | 55 | 267 | 73 | 42 |
| Binary | 100100 | 10000101 | 10001011 | 1001010 | 100 | 0 | 101101 | 10110111 | 111011 | 100010 |
Color Harmonies of #24858B
Complementary color
Monochromatic Colors of #24858B
Black with #24858B
Text Example
Text Example
White with #24858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24858B; }
p { color: rgb(36,133,139); }
H1.HeaderClassName
{
color: #24858B;
}
.AnyTagClassName
{
color: #24858B;
}
</style>
background-color css
<style>
a { background-color: #24858B; }
a { background-color: rgb(36,133,139); }
div.DivClassName
{
background-color: #24858B;
}
.BgClassName
{
background-color: #24858B;
}
</style>
border-color css
<style>
span { border-color: #24858B; }
span { border-color: rgb(36,133,139); }
td.TdClassName
{
border-color: #24858B;
}
.TagClassName
{
border-color: #24858B;
}
</style>