Shades of Java #248994
Tints of Java #248994
RGB
CMYK
RGB Variations
Color information
#248994 (or 0x248994) is known color: Java. HEX triplet: 24, 89 and 94. RGB value is (36,137,148). Sum of RGB (Red+Green+Blue) = 36+137+148=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #248994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248994 is #DB766B. Grayscale: #6B6B6B. Windows color (decimal): -14382700 or 9734436. OLE color: 9734436.
HSL color Cylindrical-coordinate representation of color #248994: hue angle of 185.89º 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 #248994 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 137 | 148 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.42 |
| HSL | 185.89º | 0.61% | 0.36% | - |
| HSV(B) | 185.89º | 0.76% | 0.58% | - |
| XYZ | 15.02 | 20.4 | 31.16 | - |
| YUV | 108.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 148 | 0.76 | 0.07 | 0 | 0.42 | 185.89 | 0.61 | 0.36 |
| Hex | 24 | 89 | 94 | 4C | 7 | 0 | 2A | BA | 3D | 24 |
| Octal | 44 | 211 | 224 | 114 | 7 | 0 | 52 | 272 | 75 | 44 |
| Binary | 100100 | 10001001 | 10010100 | 1001100 | 111 | 0 | 101010 | 10111010 | 111101 | 100100 |
Color Harmonies of #248994
Complementary color
Monochromatic Colors of #248994
Black with #248994
Text Example
Text Example
White with #248994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248994; }
p { color: rgb(36,137,148); }
H1.HeaderClassName
{
color: #248994;
}
.AnyTagClassName
{
color: #248994;
}
</style>
background-color css
<style>
a { background-color: #248994; }
a { background-color: rgb(36,137,148); }
div.DivClassName
{
background-color: #248994;
}
.BgClassName
{
background-color: #248994;
}
</style>
border-color css
<style>
span { border-color: #248994; }
span { border-color: rgb(36,137,148); }
td.TdClassName
{
border-color: #248994;
}
.TagClassName
{
border-color: #248994;
}
</style>