Shades of Java #249398
Tints of Java #249398
RGB
CMYK
RGB Variations
Color information
#249398 (or 0x249398) is known color: Java. HEX triplet: 24, 93 and 98. RGB value is (36,147,152). Sum of RGB (Red+Green+Blue) = 36+147+152=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #249398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249398 is #DB6C67. Grayscale: #727272. Windows color (decimal): -14380136 or 9999140. OLE color: 9999140.
HSL color Cylindrical-coordinate representation of color #249398: hue angle of 182.59º 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 #249398 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 147 | 152 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.40 |
| HSL | 182.59º | 0.62% | 0.37% | - |
| HSV(B) | 182.59º | 0.76% | 0.6% | - |
| XYZ | 16.83 | 23.51 | 33.36 | - |
| YUV | 114.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 152 | 0.76 | 0.03 | 0 | 0.40 | 182.59 | 0.62 | 0.37 |
| Hex | 24 | 93 | 98 | 4C | 3 | 0 | 28 | B7 | 3E | 25 |
| Octal | 44 | 223 | 230 | 114 | 3 | 0 | 50 | 267 | 76 | 45 |
| Binary | 100100 | 10010011 | 10011000 | 1001100 | 11 | 0 | 101000 | 10110111 | 111110 | 100101 |
Color Harmonies of #249398
Complementary color
Monochromatic Colors of #249398
Black with #249398
Text Example
Text Example
White with #249398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249398; }
p { color: rgb(36,147,152); }
H1.HeaderClassName
{
color: #249398;
}
.AnyTagClassName
{
color: #249398;
}
</style>
background-color css
<style>
a { background-color: #249398; }
a { background-color: rgb(36,147,152); }
div.DivClassName
{
background-color: #249398;
}
.BgClassName
{
background-color: #249398;
}
</style>
border-color css
<style>
span { border-color: #249398; }
span { border-color: rgb(36,147,152); }
td.TdClassName
{
border-color: #249398;
}
.TagClassName
{
border-color: #249398;
}
</style>