Shades of Java #249698
Tints of Java #249698
RGB
CMYK
RGB Variations
Color information
#249698 (or 0x249698) is known color: Java. HEX triplet: 24, 96 and 98. RGB value is (36,150,152). Sum of RGB (Red+Green+Blue) = 36+150+152=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #249698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249698 is #DB6967. Grayscale: #747474. Windows color (decimal): -14379368 or 9999908. OLE color: 9999908.
HSL color Cylindrical-coordinate representation of color #249698: hue angle of 181.03º 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 #249698 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 150 | 152 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.40 |
| HSL | 181.03º | 0.62% | 0.37% | - |
| HSV(B) | 181.03º | 0.76% | 0.6% | - |
| XYZ | 17.3 | 24.45 | 33.51 | - |
| YUV | 116.14 | 148.23 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 152 | 0.76 | 0.01 | 0 | 0.40 | 181.03 | 0.62 | 0.37 |
| Hex | 24 | 96 | 98 | 4C | 1 | 0 | 28 | B5 | 3E | 25 |
| Octal | 44 | 226 | 230 | 114 | 1 | 0 | 50 | 265 | 76 | 45 |
| Binary | 100100 | 10010110 | 10011000 | 1001100 | 1 | 0 | 101000 | 10110101 | 111110 | 100101 |
Color Harmonies of #249698
Complementary color
Monochromatic Colors of #249698
Black with #249698
Text Example
Text Example
White with #249698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249698; }
p { color: rgb(36,150,152); }
H1.HeaderClassName
{
color: #249698;
}
.AnyTagClassName
{
color: #249698;
}
</style>
background-color css
<style>
a { background-color: #249698; }
a { background-color: rgb(36,150,152); }
div.DivClassName
{
background-color: #249698;
}
.BgClassName
{
background-color: #249698;
}
</style>
border-color css
<style>
span { border-color: #249698; }
span { border-color: rgb(36,150,152); }
td.TdClassName
{
border-color: #249698;
}
.TagClassName
{
border-color: #249698;
}
</style>