Shades of Java #248F91
Tints of Java #248F91
RGB
CMYK
RGB Variations
Color information
#248F91 (or 0x248F91) is known color: Java. HEX triplet: 24, 8F and 91. RGB value is (36,143,145). Sum of RGB (Red+Green+Blue) = 36+143+145=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #248F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F91 is #DB706E. Grayscale: #6F6F6F. Windows color (decimal): -14381167 or 9539364. OLE color: 9539364.
HSL color Cylindrical-coordinate representation of color #248F91: hue angle of 181.1º 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 #248F91 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 143 | 145 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.43 |
| HSL | 181.1º | 0.6% | 0.35% | - |
| HSV(B) | 181.1º | 0.75% | 0.57% | - |
| XYZ | 15.66 | 22.06 | 30.22 | - |
| YUV | 111.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 145 | 0.75 | 0.01 | 0 | 0.43 | 181.1 | 0.6 | 0.35 |
| Hex | 24 | 8F | 91 | 4B | 1 | 0 | 2B | B5 | 3C | 23 |
| Octal | 44 | 217 | 221 | 113 | 1 | 0 | 53 | 265 | 74 | 43 |
| Binary | 100100 | 10001111 | 10010001 | 1001011 | 1 | 0 | 101011 | 10110101 | 111100 | 100011 |
Color Harmonies of #248F91
Complementary color
Monochromatic Colors of #248F91
Black with #248F91
Text Example
Text Example
White with #248F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F91; }
p { color: rgb(36,143,145); }
H1.HeaderClassName
{
color: #248F91;
}
.AnyTagClassName
{
color: #248F91;
}
</style>
background-color css
<style>
a { background-color: #248F91; }
a { background-color: rgb(36,143,145); }
div.DivClassName
{
background-color: #248F91;
}
.BgClassName
{
background-color: #248F91;
}
</style>
border-color css
<style>
span { border-color: #248F91; }
span { border-color: rgb(36,143,145); }
td.TdClassName
{
border-color: #248F91;
}
.TagClassName
{
border-color: #248F91;
}
</style>