Shades of Java #249893
Tints of Java #249893
RGB
CMYK
RGB Variations
Color information
#249893 (or 0x249893) is known color: Java. HEX triplet: 24, 98 and 93. RGB value is (36,152,147). Sum of RGB (Red+Green+Blue) = 36+152+147=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #249893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249893 is #DB676C. Grayscale: #747474. Windows color (decimal): -14378861 or 9672740. OLE color: 9672740.
HSL color Cylindrical-coordinate representation of color #249893: hue angle of 177.41º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249893 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 147 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.40 |
| HSL | 177.41º | 0.62% | 0.37% | - |
| HSV(B) | 177.41º | 0.76% | 0.6% | - |
| XYZ | 17.22 | 24.94 | 31.51 | - |
| YUV | 116.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 147 | 0.76 | 0 | 0.03 | 0.40 | 177.41 | 0.62 | 0.37 |
| Hex | 24 | 98 | 93 | 4C | 0 | 3 | 28 | B1 | 3E | 25 |
| Octal | 44 | 230 | 223 | 114 | 0 | 3 | 50 | 261 | 76 | 45 |
| Binary | 100100 | 10011000 | 10010011 | 1001100 | 0 | 11 | 101000 | 10110001 | 111110 | 100101 |
Color Harmonies of #249893
Complementary color
Monochromatic Colors of #249893
Black with #249893
Text Example
Text Example
White with #249893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249893; }
p { color: rgb(36,152,147); }
H1.HeaderClassName
{
color: #249893;
}
.AnyTagClassName
{
color: #249893;
}
</style>
background-color css
<style>
a { background-color: #249893; }
a { background-color: rgb(36,152,147); }
div.DivClassName
{
background-color: #249893;
}
.BgClassName
{
background-color: #249893;
}
</style>
border-color css
<style>
span { border-color: #249893; }
span { border-color: rgb(36,152,147); }
td.TdClassName
{
border-color: #249893;
}
.TagClassName
{
border-color: #249893;
}
</style>