Shades of Java #248991
Tints of Java #248991
RGB
CMYK
RGB Variations
Color information
#248991 (or 0x248991) is known color: Java. HEX triplet: 24, 89 and 91. RGB value is (36,137,145). Sum of RGB (Red+Green+Blue) = 36+137+145=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #248991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248991 is #DB766E. Grayscale: #6B6B6B. Windows color (decimal): -14382703 or 9537828. OLE color: 9537828.
HSL color Cylindrical-coordinate representation of color #248991: hue angle of 184.4º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248991 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 137 | 145 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.43 |
| HSL | 184.4º | 0.6% | 0.35% | - |
| HSV(B) | 184.4º | 0.75% | 0.57% | - |
| XYZ | 14.78 | 20.31 | 29.93 | - |
| YUV | 107.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 145 | 0.75 | 0.06 | 0 | 0.43 | 184.4 | 0.6 | 0.35 |
| Hex | 24 | 89 | 91 | 4B | 6 | 0 | 2B | B8 | 3C | 23 |
| Octal | 44 | 211 | 221 | 113 | 6 | 0 | 53 | 270 | 74 | 43 |
| Binary | 100100 | 10001001 | 10010001 | 1001011 | 110 | 0 | 101011 | 10111000 | 111100 | 100011 |
Color Harmonies of #248991
Complementary color
Monochromatic Colors of #248991
Black with #248991
Text Example
Text Example
White with #248991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248991; }
p { color: rgb(36,137,145); }
H1.HeaderClassName
{
color: #248991;
}
.AnyTagClassName
{
color: #248991;
}
</style>
background-color css
<style>
a { background-color: #248991; }
a { background-color: rgb(36,137,145); }
div.DivClassName
{
background-color: #248991;
}
.BgClassName
{
background-color: #248991;
}
</style>
border-color css
<style>
span { border-color: #248991; }
span { border-color: rgb(36,137,145); }
td.TdClassName
{
border-color: #248991;
}
.TagClassName
{
border-color: #248991;
}
</style>