Shades of Java #249299
Tints of Java #249299
RGB
CMYK
RGB Variations
Color information
#249299 (or 0x249299) is known color: Java. HEX triplet: 24, 92 and 99. RGB value is (36,146,153). Sum of RGB (Red+Green+Blue) = 36+146+153=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #249299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249299 is #DB6D66. Grayscale: #717171. Windows color (decimal): -14380391 or 10064420. OLE color: 10064420.
HSL color Cylindrical-coordinate representation of color #249299: hue angle of 183.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 #249299 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 146 | 153 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.4 |
| HSL | 183.59º | 0.62% | 0.37% | - |
| HSV(B) | 183.59º | 0.76% | 0.6% | - |
| XYZ | 16.76 | 23.23 | 33.74 | - |
| YUV | 113.91 | 150.06 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 153 | 0.76 | 0.05 | 0 | 0.4 | 183.59 | 0.62 | 0.37 |
| Hex | 24 | 92 | 99 | 4C | 5 | 0 | 28 | B8 | 3E | 25 |
| Octal | 44 | 222 | 231 | 114 | 5 | 0 | 50 | 270 | 76 | 45 |
| Binary | 100100 | 10010010 | 10011001 | 1001100 | 101 | 0 | 101000 | 10111000 | 111110 | 100101 |
Color Harmonies of #249299
Complementary color
Monochromatic Colors of #249299
Black with #249299
Text Example
Text Example
White with #249299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249299; }
p { color: rgb(36,146,153); }
H1.HeaderClassName
{
color: #249299;
}
.AnyTagClassName
{
color: #249299;
}
</style>
background-color css
<style>
a { background-color: #249299; }
a { background-color: rgb(36,146,153); }
div.DivClassName
{
background-color: #249299;
}
.BgClassName
{
background-color: #249299;
}
</style>
border-color css
<style>
span { border-color: #249299; }
span { border-color: rgb(36,146,153); }
td.TdClassName
{
border-color: #249299;
}
.TagClassName
{
border-color: #249299;
}
</style>