Shades of Java #248591
Tints of Java #248591
RGB
CMYK
RGB Variations
Color information
#248591 (or 0x248591) is known color: Java. HEX triplet: 24, 85 and 91. RGB value is (36,133,145). Sum of RGB (Red+Green+Blue) = 36+133+145=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #248591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248591 is #DB7A6E. Grayscale: #696969. Windows color (decimal): -14383727 or 9536804. OLE color: 9536804.
HSL color Cylindrical-coordinate representation of color #248591: hue angle of 186.61º 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 #248591 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 133 | 145 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.43 |
| HSL | 186.61º | 0.6% | 0.35% | - |
| HSV(B) | 186.61º | 0.75% | 0.57% | - |
| XYZ | 14.23 | 19.19 | 29.74 | - |
| YUV | 105.37 | 150.36 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 145 | 0.75 | 0.08 | 0 | 0.43 | 186.61 | 0.6 | 0.35 |
| Hex | 24 | 85 | 91 | 4B | 8 | 0 | 2B | BB | 3C | 23 |
| Octal | 44 | 205 | 221 | 113 | 10 | 0 | 53 | 273 | 74 | 43 |
| Binary | 100100 | 10000101 | 10010001 | 1001011 | 1000 | 0 | 101011 | 10111011 | 111100 | 100011 |
Color Harmonies of #248591
Complementary color
Monochromatic Colors of #248591
Black with #248591
Text Example
Text Example
White with #248591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248591; }
p { color: rgb(36,133,145); }
H1.HeaderClassName
{
color: #248591;
}
.AnyTagClassName
{
color: #248591;
}
</style>
background-color css
<style>
a { background-color: #248591; }
a { background-color: rgb(36,133,145); }
div.DivClassName
{
background-color: #248591;
}
.BgClassName
{
background-color: #248591;
}
</style>
border-color css
<style>
span { border-color: #248591; }
span { border-color: rgb(36,133,145); }
td.TdClassName
{
border-color: #248591;
}
.TagClassName
{
border-color: #248591;
}
</style>