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