Shades of Java #249093
Tints of Java #249093
RGB
CMYK
RGB Variations
Color information
#249093 (or 0x249093) is known color: Java. HEX triplet: 24, 90 and 93. RGB value is (36,144,147). Sum of RGB (Red+Green+Blue) = 36+144+147=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #249093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249093 is #DB6F6C. Grayscale: #6F6F6F. Windows color (decimal): -14380909 or 9670692. OLE color: 9670692.
HSL color Cylindrical-coordinate representation of color #249093: hue angle of 181.62º 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 #249093 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 144 | 147 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.42 |
| HSL | 181.62º | 0.61% | 0.36% | - |
| HSV(B) | 181.62º | 0.76% | 0.58% | - |
| XYZ | 15.97 | 22.43 | 31.09 | - |
| YUV | 112.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 147 | 0.76 | 0.02 | 0 | 0.42 | 181.62 | 0.61 | 0.36 |
| Hex | 24 | 90 | 93 | 4C | 2 | 0 | 2A | B6 | 3D | 24 |
| Octal | 44 | 220 | 223 | 114 | 2 | 0 | 52 | 266 | 75 | 44 |
| Binary | 100100 | 10010000 | 10010011 | 1001100 | 10 | 0 | 101010 | 10110110 | 111101 | 100100 |
Color Harmonies of #249093
Complementary color
Monochromatic Colors of #249093
Black with #249093
Text Example
Text Example
White with #249093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249093; }
p { color: rgb(36,144,147); }
H1.HeaderClassName
{
color: #249093;
}
.AnyTagClassName
{
color: #249093;
}
</style>
background-color css
<style>
a { background-color: #249093; }
a { background-color: rgb(36,144,147); }
div.DivClassName
{
background-color: #249093;
}
.BgClassName
{
background-color: #249093;
}
</style>
border-color css
<style>
span { border-color: #249093; }
span { border-color: rgb(36,144,147); }
td.TdClassName
{
border-color: #249093;
}
.TagClassName
{
border-color: #249093;
}
</style>