Shades of Java #248893
Tints of Java #248893
RGB
CMYK
RGB Variations
Color information
#248893 (or 0x248893) is known color: Java. HEX triplet: 24, 88 and 93. RGB value is (36,136,147). Sum of RGB (Red+Green+Blue) = 36+136+147=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #248893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248893 is #DB776C. Grayscale: #6B6B6B. Windows color (decimal): -14382957 or 9668644. OLE color: 9668644.
HSL color Cylindrical-coordinate representation of color #248893: hue angle of 185.95º 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 #248893 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 136 | 147 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.42 |
| HSL | 185.95º | 0.61% | 0.36% | - |
| HSV(B) | 185.95º | 0.76% | 0.58% | - |
| XYZ | 14.8 | 20.09 | 30.7 | - |
| YUV | 107.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 147 | 0.76 | 0.07 | 0 | 0.42 | 185.95 | 0.61 | 0.36 |
| Hex | 24 | 88 | 93 | 4C | 7 | 0 | 2A | BA | 3D | 24 |
| Octal | 44 | 210 | 223 | 114 | 7 | 0 | 52 | 272 | 75 | 44 |
| Binary | 100100 | 10001000 | 10010011 | 1001100 | 111 | 0 | 101010 | 10111010 | 111101 | 100100 |
Color Harmonies of #248893
Complementary color
Monochromatic Colors of #248893
Black with #248893
Text Example
Text Example
White with #248893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248893; }
p { color: rgb(36,136,147); }
H1.HeaderClassName
{
color: #248893;
}
.AnyTagClassName
{
color: #248893;
}
</style>
background-color css
<style>
a { background-color: #248893; }
a { background-color: rgb(36,136,147); }
div.DivClassName
{
background-color: #248893;
}
.BgClassName
{
background-color: #248893;
}
</style>
border-color css
<style>
span { border-color: #248893; }
span { border-color: rgb(36,136,147); }
td.TdClassName
{
border-color: #248893;
}
.TagClassName
{
border-color: #248893;
}
</style>