Shades of Java #248789
Tints of Java #248789
RGB
CMYK
RGB Variations
Color information
#248789 (or 0x248789) is known color: Java. HEX triplet: 24, 87 and 89. RGB value is (36,135,137). Sum of RGB (Red+Green+Blue) = 36+135+137=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #248789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248789 is #DB7876. Grayscale: #696969. Windows color (decimal): -14383223 or 9013028. OLE color: 9013028.
HSL color Cylindrical-coordinate representation of color #248789: hue angle of 181.19º degrees, saturation: 0.58, 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 #248789 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 135 | 137 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.46 |
| HSL | 181.19º | 0.58% | 0.34% | - |
| HSV(B) | 181.19º | 0.74% | 0.54% | - |
| XYZ | 13.91 | 19.51 | 26.7 | - |
| YUV | 105.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 137 | 0.74 | 0.01 | 0 | 0.46 | 181.19 | 0.58 | 0.34 |
| Hex | 24 | 87 | 89 | 4A | 1 | 0 | 2E | B5 | 3A | 22 |
| Octal | 44 | 207 | 211 | 112 | 1 | 0 | 56 | 265 | 72 | 42 |
| Binary | 100100 | 10000111 | 10001001 | 1001010 | 1 | 0 | 101110 | 10110101 | 111010 | 100010 |
Color Harmonies of #248789
Complementary color
Monochromatic Colors of #248789
Black with #248789
Text Example
Text Example
White with #248789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248789; }
p { color: rgb(36,135,137); }
H1.HeaderClassName
{
color: #248789;
}
.AnyTagClassName
{
color: #248789;
}
</style>
background-color css
<style>
a { background-color: #248789; }
a { background-color: rgb(36,135,137); }
div.DivClassName
{
background-color: #248789;
}
.BgClassName
{
background-color: #248789;
}
</style>
border-color css
<style>
span { border-color: #248789; }
span { border-color: rgb(36,135,137); }
td.TdClassName
{
border-color: #248789;
}
.TagClassName
{
border-color: #248789;
}
</style>