Shades of Java #248F95
Tints of Java #248F95
RGB
CMYK
RGB Variations
Color information
#248F95 (or 0x248F95) is known color: Java. HEX triplet: 24, 8F and 95. RGB value is (36,143,149). Sum of RGB (Red+Green+Blue) = 36+143+149=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #248F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F95 is #DB706A. Grayscale: #6F6F6F. Windows color (decimal): -14381163 or 9801508. OLE color: 9801508.
HSL color Cylindrical-coordinate representation of color #248F95: hue angle of 183.19º 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 #248F95 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 143 | 149 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.42 |
| HSL | 183.19º | 0.61% | 0.36% | - |
| HSV(B) | 183.19º | 0.76% | 0.58% | - |
| XYZ | 15.97 | 22.19 | 31.87 | - |
| YUV | 111.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 149 | 0.76 | 0.04 | 0 | 0.42 | 183.19 | 0.61 | 0.36 |
| Hex | 24 | 8F | 95 | 4C | 4 | 0 | 2A | B7 | 3D | 24 |
| Octal | 44 | 217 | 225 | 114 | 4 | 0 | 52 | 267 | 75 | 44 |
| Binary | 100100 | 10001111 | 10010101 | 1001100 | 100 | 0 | 101010 | 10110111 | 111101 | 100100 |
Color Harmonies of #248F95
Complementary color
Monochromatic Colors of #248F95
Black with #248F95
Text Example
Text Example
White with #248F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F95; }
p { color: rgb(36,143,149); }
H1.HeaderClassName
{
color: #248F95;
}
.AnyTagClassName
{
color: #248F95;
}
</style>
background-color css
<style>
a { background-color: #248F95; }
a { background-color: rgb(36,143,149); }
div.DivClassName
{
background-color: #248F95;
}
.BgClassName
{
background-color: #248F95;
}
</style>
border-color css
<style>
span { border-color: #248F95; }
span { border-color: rgb(36,143,149); }
td.TdClassName
{
border-color: #248F95;
}
.TagClassName
{
border-color: #248F95;
}
</style>