Shades of Java #248490
Tints of Java #248490
RGB
CMYK
RGB Variations
Color information
#248490 (or 0x248490) is known color: Java. HEX triplet: 24, 84 and 90. RGB value is (36,132,144). Sum of RGB (Red+Green+Blue) = 36+132+144=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #248490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248490 is #DB7B6F. Grayscale: #686868. Windows color (decimal): -14383984 or 9471012. OLE color: 9471012.
HSL color Cylindrical-coordinate representation of color #248490: hue angle of 186.67º 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 #248490 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 132 | 144 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.44 |
| HSL | 186.67º | 0.6% | 0.35% | - |
| HSV(B) | 186.67º | 0.75% | 0.56% | - |
| XYZ | 14.01 | 18.89 | 29.29 | - |
| YUV | 104.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 144 | 0.75 | 0.08 | 0 | 0.44 | 186.67 | 0.6 | 0.35 |
| Hex | 24 | 84 | 90 | 4B | 8 | 0 | 2C | BB | 3C | 23 |
| Octal | 44 | 204 | 220 | 113 | 10 | 0 | 54 | 273 | 74 | 43 |
| Binary | 100100 | 10000100 | 10010000 | 1001011 | 1000 | 0 | 101100 | 10111011 | 111100 | 100011 |
Color Harmonies of #248490
Complementary color
Monochromatic Colors of #248490
Black with #248490
Text Example
Text Example
White with #248490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248490; }
p { color: rgb(36,132,144); }
H1.HeaderClassName
{
color: #248490;
}
.AnyTagClassName
{
color: #248490;
}
</style>
background-color css
<style>
a { background-color: #248490; }
a { background-color: rgb(36,132,144); }
div.DivClassName
{
background-color: #248490;
}
.BgClassName
{
background-color: #248490;
}
</style>
border-color css
<style>
span { border-color: #248490; }
span { border-color: rgb(36,132,144); }
td.TdClassName
{
border-color: #248490;
}
.TagClassName
{
border-color: #248490;
}
</style>