Shades of Java #248993
Tints of Java #248993
RGB
CMYK
RGB Variations
Color information
#248993 (or 0x248993) is known color: Java. HEX triplet: 24, 89 and 93. RGB value is (36,137,147). Sum of RGB (Red+Green+Blue) = 36+137+147=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #248993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248993 is #DB766C. Grayscale: #6B6B6B. Windows color (decimal): -14382701 or 9668900. OLE color: 9668900.
HSL color Cylindrical-coordinate representation of color #248993: hue angle of 185.41º 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 #248993 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 137 | 147 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.42 |
| HSL | 185.41º | 0.61% | 0.36% | - |
| HSV(B) | 185.41º | 0.76% | 0.58% | - |
| XYZ | 14.94 | 20.37 | 30.75 | - |
| YUV | 107.94 | 150.04 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 147 | 0.76 | 0.07 | 0 | 0.42 | 185.41 | 0.61 | 0.36 |
| Hex | 24 | 89 | 93 | 4C | 7 | 0 | 2A | B9 | 3D | 24 |
| Octal | 44 | 211 | 223 | 114 | 7 | 0 | 52 | 271 | 75 | 44 |
| Binary | 100100 | 10001001 | 10010011 | 1001100 | 111 | 0 | 101010 | 10111001 | 111101 | 100100 |
Color Harmonies of #248993
Complementary color
Monochromatic Colors of #248993
Black with #248993
Text Example
Text Example
White with #248993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248993; }
p { color: rgb(36,137,147); }
H1.HeaderClassName
{
color: #248993;
}
.AnyTagClassName
{
color: #248993;
}
</style>
background-color css
<style>
a { background-color: #248993; }
a { background-color: rgb(36,137,147); }
div.DivClassName
{
background-color: #248993;
}
.BgClassName
{
background-color: #248993;
}
</style>
border-color css
<style>
span { border-color: #248993; }
span { border-color: rgb(36,137,147); }
td.TdClassName
{
border-color: #248993;
}
.TagClassName
{
border-color: #248993;
}
</style>