Shades of Java #249297
Tints of Java #249297
RGB
CMYK
RGB Variations
Color information
#249297 (or 0x249297) is known color: Java. HEX triplet: 24, 92 and 97. RGB value is (36,146,151). Sum of RGB (Red+Green+Blue) = 36+146+151=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #249297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249297 is #DB6D68. Grayscale: #717171. Windows color (decimal): -14380393 or 9933348. OLE color: 9933348.
HSL color Cylindrical-coordinate representation of color #249297: hue angle of 182.61º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249297 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 146 | 151 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.41 |
| HSL | 182.61º | 0.61% | 0.37% | - |
| HSV(B) | 182.61º | 0.76% | 0.59% | - |
| XYZ | 16.59 | 23.17 | 32.88 | - |
| YUV | 113.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 151 | 0.76 | 0.03 | 0 | 0.41 | 182.61 | 0.61 | 0.37 |
| Hex | 24 | 92 | 97 | 4C | 3 | 0 | 29 | B7 | 3D | 25 |
| Octal | 44 | 222 | 227 | 114 | 3 | 0 | 51 | 267 | 75 | 45 |
| Binary | 100100 | 10010010 | 10010111 | 1001100 | 11 | 0 | 101001 | 10110111 | 111101 | 100101 |
Color Harmonies of #249297
Complementary color
Monochromatic Colors of #249297
Black with #249297
Text Example
Text Example
White with #249297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249297; }
p { color: rgb(36,146,151); }
H1.HeaderClassName
{
color: #249297;
}
.AnyTagClassName
{
color: #249297;
}
</style>
background-color css
<style>
a { background-color: #249297; }
a { background-color: rgb(36,146,151); }
div.DivClassName
{
background-color: #249297;
}
.BgClassName
{
background-color: #249297;
}
</style>
border-color css
<style>
span { border-color: #249297; }
span { border-color: rgb(36,146,151); }
td.TdClassName
{
border-color: #249297;
}
.TagClassName
{
border-color: #249297;
}
</style>