Shades of Java #248691
Tints of Java #248691
RGB
CMYK
RGB Variations
Color information
#248691 (or 0x248691) is known color: Java. HEX triplet: 24, 86 and 91. RGB value is (36,134,145). Sum of RGB (Red+Green+Blue) = 36+134+145=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #248691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248691 is #DB796E. Grayscale: #696969. Windows color (decimal): -14383471 or 9537060. OLE color: 9537060.
HSL color Cylindrical-coordinate representation of color #248691: hue angle of 186.06º 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 #248691 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 134 | 145 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.43 |
| HSL | 186.06º | 0.6% | 0.35% | - |
| HSV(B) | 186.06º | 0.75% | 0.57% | - |
| XYZ | 14.36 | 19.47 | 29.79 | - |
| YUV | 105.95 | 150.03 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 145 | 0.75 | 0.08 | 0 | 0.43 | 186.06 | 0.6 | 0.35 |
| Hex | 24 | 86 | 91 | 4B | 8 | 0 | 2B | BA | 3C | 23 |
| Octal | 44 | 206 | 221 | 113 | 10 | 0 | 53 | 272 | 74 | 43 |
| Binary | 100100 | 10000110 | 10010001 | 1001011 | 1000 | 0 | 101011 | 10111010 | 111100 | 100011 |
Color Harmonies of #248691
Complementary color
Monochromatic Colors of #248691
Black with #248691
Text Example
Text Example
White with #248691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248691; }
p { color: rgb(36,134,145); }
H1.HeaderClassName
{
color: #248691;
}
.AnyTagClassName
{
color: #248691;
}
</style>
background-color css
<style>
a { background-color: #248691; }
a { background-color: rgb(36,134,145); }
div.DivClassName
{
background-color: #248691;
}
.BgClassName
{
background-color: #248691;
}
</style>
border-color css
<style>
span { border-color: #248691; }
span { border-color: rgb(36,134,145); }
td.TdClassName
{
border-color: #248691;
}
.TagClassName
{
border-color: #248691;
}
</style>