Shades of Java #248995
Tints of Java #248995
RGB
CMYK
RGB Variations
Color information
#248995 (or 0x248995) is known color: Java. HEX triplet: 24, 89 and 95. RGB value is (36,137,149). Sum of RGB (Red+Green+Blue) = 36+137+149=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #248995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248995 is #DB766A. Grayscale: #6C6C6C. Windows color (decimal): -14382699 or 9799972. OLE color: 9799972.
HSL color Cylindrical-coordinate representation of color #248995: hue angle of 186.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248995 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 137 | 149 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.42 |
| HSL | 186.37º | 0.61% | 0.36% | - |
| HSV(B) | 186.37º | 0.76% | 0.58% | - |
| XYZ | 15.1 | 20.44 | 31.58 | - |
| YUV | 108.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 149 | 0.76 | 0.08 | 0 | 0.42 | 186.37 | 0.61 | 0.36 |
| Hex | 24 | 89 | 95 | 4C | 8 | 0 | 2A | BA | 3D | 24 |
| Octal | 44 | 211 | 225 | 114 | 10 | 0 | 52 | 272 | 75 | 44 |
| Binary | 100100 | 10001001 | 10010101 | 1001100 | 1000 | 0 | 101010 | 10111010 | 111101 | 100100 |
Color Harmonies of #248995
Complementary color
Monochromatic Colors of #248995
Black with #248995
Text Example
Text Example
White with #248995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248995; }
p { color: rgb(36,137,149); }
H1.HeaderClassName
{
color: #248995;
}
.AnyTagClassName
{
color: #248995;
}
</style>
background-color css
<style>
a { background-color: #248995; }
a { background-color: rgb(36,137,149); }
div.DivClassName
{
background-color: #248995;
}
.BgClassName
{
background-color: #248995;
}
</style>
border-color css
<style>
span { border-color: #248995; }
span { border-color: rgb(36,137,149); }
td.TdClassName
{
border-color: #248995;
}
.TagClassName
{
border-color: #248995;
}
</style>