Shades of Java #249296
Tints of Java #249296
RGB
CMYK
RGB Variations
Color information
#249296 (or 0x249296) is known color: Java. HEX triplet: 24, 92 and 96. RGB value is (36,146,150). Sum of RGB (Red+Green+Blue) = 36+146+150=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #249296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249296 is #DB6D69. Grayscale: #717171. Windows color (decimal): -14380394 or 9867812. OLE color: 9867812.
HSL color Cylindrical-coordinate representation of color #249296: hue angle of 182.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249296 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 146 | 150 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.41 |
| HSL | 182.11º | 0.61% | 0.36% | - |
| HSV(B) | 182.11º | 0.76% | 0.59% | - |
| XYZ | 16.51 | 23.13 | 32.45 | - |
| YUV | 113.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 150 | 0.76 | 0.03 | 0 | 0.41 | 182.11 | 0.61 | 0.36 |
| Hex | 24 | 92 | 96 | 4C | 3 | 0 | 29 | B6 | 3D | 24 |
| Octal | 44 | 222 | 226 | 114 | 3 | 0 | 51 | 266 | 75 | 44 |
| Binary | 100100 | 10010010 | 10010110 | 1001100 | 11 | 0 | 101001 | 10110110 | 111101 | 100100 |
Color Harmonies of #249296
Complementary color
Monochromatic Colors of #249296
Black with #249296
Text Example
Text Example
White with #249296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249296; }
p { color: rgb(36,146,150); }
H1.HeaderClassName
{
color: #249296;
}
.AnyTagClassName
{
color: #249296;
}
</style>
background-color css
<style>
a { background-color: #249296; }
a { background-color: rgb(36,146,150); }
div.DivClassName
{
background-color: #249296;
}
.BgClassName
{
background-color: #249296;
}
</style>
border-color css
<style>
span { border-color: #249296; }
span { border-color: rgb(36,146,150); }
td.TdClassName
{
border-color: #249296;
}
.TagClassName
{
border-color: #249296;
}
</style>