Shades of Java #248F98
Tints of Java #248F98
RGB
CMYK
RGB Variations
Color information
#248F98 (or 0x248F98) is known color: Java. HEX triplet: 24, 8F and 98. RGB value is (36,143,152). Sum of RGB (Red+Green+Blue) = 36+143+152=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #248F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F98 is #DB7067. Grayscale: #6F6F6F. Windows color (decimal): -14381160 or 9998116. OLE color: 9998116.
HSL color Cylindrical-coordinate representation of color #248F98: hue angle of 184.66º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248F98 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 143 | 152 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.40 |
| HSL | 184.66º | 0.62% | 0.37% | - |
| HSV(B) | 184.66º | 0.76% | 0.6% | - |
| XYZ | 16.22 | 22.29 | 33.15 | - |
| YUV | 112.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 152 | 0.76 | 0.06 | 0 | 0.40 | 184.66 | 0.62 | 0.37 |
| Hex | 24 | 8F | 98 | 4C | 6 | 0 | 28 | B9 | 3E | 25 |
| Octal | 44 | 217 | 230 | 114 | 6 | 0 | 50 | 271 | 76 | 45 |
| Binary | 100100 | 10001111 | 10011000 | 1001100 | 110 | 0 | 101000 | 10111001 | 111110 | 100101 |
Color Harmonies of #248F98
Complementary color
Monochromatic Colors of #248F98
Black with #248F98
Text Example
Text Example
White with #248F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F98; }
p { color: rgb(36,143,152); }
H1.HeaderClassName
{
color: #248F98;
}
.AnyTagClassName
{
color: #248F98;
}
</style>
background-color css
<style>
a { background-color: #248F98; }
a { background-color: rgb(36,143,152); }
div.DivClassName
{
background-color: #248F98;
}
.BgClassName
{
background-color: #248F98;
}
</style>
border-color css
<style>
span { border-color: #248F98; }
span { border-color: rgb(36,143,152); }
td.TdClassName
{
border-color: #248F98;
}
.TagClassName
{
border-color: #248F98;
}
</style>