Shades of Java #248590
Tints of Java #248590
RGB
CMYK
RGB Variations
Color information
#248590 (or 0x248590) is known color: Java. HEX triplet: 24, 85 and 90. RGB value is (36,133,144). Sum of RGB (Red+Green+Blue) = 36+133+144=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #248590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248590 is #DB7A6F. Grayscale: #696969. Windows color (decimal): -14383728 or 9471268. OLE color: 9471268.
HSL color Cylindrical-coordinate representation of color #248590: hue angle of 186.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248590 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 133 | 144 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.44 |
| HSL | 186.11º | 0.6% | 0.35% | - |
| HSV(B) | 186.11º | 0.75% | 0.56% | - |
| XYZ | 14.15 | 19.16 | 29.34 | - |
| YUV | 105.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 144 | 0.75 | 0.08 | 0 | 0.44 | 186.11 | 0.6 | 0.35 |
| Hex | 24 | 85 | 90 | 4B | 8 | 0 | 2C | BA | 3C | 23 |
| Octal | 44 | 205 | 220 | 113 | 10 | 0 | 54 | 272 | 74 | 43 |
| Binary | 100100 | 10000101 | 10010000 | 1001011 | 1000 | 0 | 101100 | 10111010 | 111100 | 100011 |
Color Harmonies of #248590
Complementary color
Monochromatic Colors of #248590
Black with #248590
Text Example
Text Example
White with #248590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248590; }
p { color: rgb(36,133,144); }
H1.HeaderClassName
{
color: #248590;
}
.AnyTagClassName
{
color: #248590;
}
</style>
background-color css
<style>
a { background-color: #248590; }
a { background-color: rgb(36,133,144); }
div.DivClassName
{
background-color: #248590;
}
.BgClassName
{
background-color: #248590;
}
</style>
border-color css
<style>
span { border-color: #248590; }
span { border-color: rgb(36,133,144); }
td.TdClassName
{
border-color: #248590;
}
.TagClassName
{
border-color: #248590;
}
</style>