Shades of Java #248B95
Tints of Java #248B95
RGB
CMYK
RGB Variations
Color information
#248B95 (or 0x248B95) is known color: Java. HEX triplet: 24, 8B and 95. RGB value is (36,139,149). Sum of RGB (Red+Green+Blue) = 36+139+149=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #248B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B95 is #DB746A. Grayscale: #6D6D6D. Windows color (decimal): -14382187 or 9800484. OLE color: 9800484.
HSL color Cylindrical-coordinate representation of color #248B95: hue angle of 185.31º 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 #248B95 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 139 | 149 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.42 |
| HSL | 185.31º | 0.61% | 0.36% | - |
| HSV(B) | 185.31º | 0.76% | 0.58% | - |
| XYZ | 15.38 | 21.01 | 31.68 | - |
| YUV | 109.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 149 | 0.76 | 0.07 | 0 | 0.42 | 185.31 | 0.61 | 0.36 |
| Hex | 24 | 8B | 95 | 4C | 7 | 0 | 2A | B9 | 3D | 24 |
| Octal | 44 | 213 | 225 | 114 | 7 | 0 | 52 | 271 | 75 | 44 |
| Binary | 100100 | 10001011 | 10010101 | 1001100 | 111 | 0 | 101010 | 10111001 | 111101 | 100100 |
Color Harmonies of #248B95
Complementary color
Monochromatic Colors of #248B95
Black with #248B95
Text Example
Text Example
White with #248B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B95; }
p { color: rgb(36,139,149); }
H1.HeaderClassName
{
color: #248B95;
}
.AnyTagClassName
{
color: #248B95;
}
</style>
background-color css
<style>
a { background-color: #248B95; }
a { background-color: rgb(36,139,149); }
div.DivClassName
{
background-color: #248B95;
}
.BgClassName
{
background-color: #248B95;
}
</style>
border-color css
<style>
span { border-color: #248B95; }
span { border-color: rgb(36,139,149); }
td.TdClassName
{
border-color: #248B95;
}
.TagClassName
{
border-color: #248B95;
}
</style>