Shades of Java #248988
Tints of Java #248988
RGB
CMYK
RGB Variations
Color information
#248988 (or 0x248988) is known color: Java. HEX triplet: 24, 89 and 88. RGB value is (36,137,136). Sum of RGB (Red+Green+Blue) = 36+137+136=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #248988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248988 is #DB7677. Grayscale: #6A6A6A. Windows color (decimal): -14382712 or 8948004. OLE color: 8948004.
HSL color Cylindrical-coordinate representation of color #248988: hue angle of 179.41º 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 #248988 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 137 | 136 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.46 |
| HSL | 179.41º | 0.58% | 0.34% | - |
| HSV(B) | 179.41º | 0.74% | 0.54% | - |
| XYZ | 14.12 | 20.04 | 26.42 | - |
| YUV | 106.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 136 | 0.74 | 0 | 0.01 | 0.46 | 179.41 | 0.58 | 0.34 |
| Hex | 24 | 89 | 88 | 4A | 0 | 1 | 2E | B3 | 3A | 22 |
| Octal | 44 | 211 | 210 | 112 | 0 | 1 | 56 | 263 | 72 | 42 |
| Binary | 100100 | 10001001 | 10001000 | 1001010 | 0 | 1 | 101110 | 10110011 | 111010 | 100010 |
Color Harmonies of #248988
Complementary color
Monochromatic Colors of #248988
Black with #248988
Text Example
Text Example
White with #248988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248988; }
p { color: rgb(36,137,136); }
H1.HeaderClassName
{
color: #248988;
}
.AnyTagClassName
{
color: #248988;
}
</style>
background-color css
<style>
a { background-color: #248988; }
a { background-color: rgb(36,137,136); }
div.DivClassName
{
background-color: #248988;
}
.BgClassName
{
background-color: #248988;
}
</style>
border-color css
<style>
span { border-color: #248988; }
span { border-color: rgb(36,137,136); }
td.TdClassName
{
border-color: #248988;
}
.TagClassName
{
border-color: #248988;
}
</style>