Shades of Java #248A95
Tints of Java #248A95
RGB
CMYK
RGB Variations
Color information
#248A95 (or 0x248A95) is known color: Java. HEX triplet: 24, 8A and 95. RGB value is (36,138,149). Sum of RGB (Red+Green+Blue) = 36+138+149=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #248A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A95 is #DB756A. Grayscale: #6C6C6C. Windows color (decimal): -14382443 or 9800228. OLE color: 9800228.
HSL color Cylindrical-coordinate representation of color #248A95: hue angle of 185.84º 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 #248A95 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 138 | 149 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.42 |
| HSL | 185.84º | 0.61% | 0.36% | - |
| HSV(B) | 185.84º | 0.76% | 0.58% | - |
| XYZ | 15.24 | 20.72 | 31.63 | - |
| YUV | 108.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 149 | 0.76 | 0.07 | 0 | 0.42 | 185.84 | 0.61 | 0.36 |
| Hex | 24 | 8A | 95 | 4C | 7 | 0 | 2A | BA | 3D | 24 |
| Octal | 44 | 212 | 225 | 114 | 7 | 0 | 52 | 272 | 75 | 44 |
| Binary | 100100 | 10001010 | 10010101 | 1001100 | 111 | 0 | 101010 | 10111010 | 111101 | 100100 |
Color Harmonies of #248A95
Complementary color
Monochromatic Colors of #248A95
Black with #248A95
Text Example
Text Example
White with #248A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A95; }
p { color: rgb(36,138,149); }
H1.HeaderClassName
{
color: #248A95;
}
.AnyTagClassName
{
color: #248A95;
}
</style>
background-color css
<style>
a { background-color: #248A95; }
a { background-color: rgb(36,138,149); }
div.DivClassName
{
background-color: #248A95;
}
.BgClassName
{
background-color: #248A95;
}
</style>
border-color css
<style>
span { border-color: #248A95; }
span { border-color: rgb(36,138,149); }
td.TdClassName
{
border-color: #248A95;
}
.TagClassName
{
border-color: #248A95;
}
</style>