Shades of Java #249397
Tints of Java #249397
RGB
CMYK
RGB Variations
Color information
#249397 (or 0x249397) is known color: Java. HEX triplet: 24, 93 and 97. RGB value is (36,147,151). Sum of RGB (Red+Green+Blue) = 36+147+151=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #249397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249397 is #DB6C68. Grayscale: #727272. Windows color (decimal): -14380137 or 9933604. OLE color: 9933604.
HSL color Cylindrical-coordinate representation of color #249397: hue angle of 182.09º 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 #249397 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 147 | 151 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.41 |
| HSL | 182.09º | 0.61% | 0.37% | - |
| HSV(B) | 182.09º | 0.76% | 0.59% | - |
| XYZ | 16.75 | 23.48 | 32.93 | - |
| YUV | 114.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 151 | 0.76 | 0.03 | 0 | 0.41 | 182.09 | 0.61 | 0.37 |
| Hex | 24 | 93 | 97 | 4C | 3 | 0 | 29 | B6 | 3D | 25 |
| Octal | 44 | 223 | 227 | 114 | 3 | 0 | 51 | 266 | 75 | 45 |
| Binary | 100100 | 10010011 | 10010111 | 1001100 | 11 | 0 | 101001 | 10110110 | 111101 | 100101 |
Color Harmonies of #249397
Complementary color
Monochromatic Colors of #249397
Black with #249397
Text Example
Text Example
White with #249397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249397; }
p { color: rgb(36,147,151); }
H1.HeaderClassName
{
color: #249397;
}
.AnyTagClassName
{
color: #249397;
}
</style>
background-color css
<style>
a { background-color: #249397; }
a { background-color: rgb(36,147,151); }
div.DivClassName
{
background-color: #249397;
}
.BgClassName
{
background-color: #249397;
}
</style>
border-color css
<style>
span { border-color: #249397; }
span { border-color: rgb(36,147,151); }
td.TdClassName
{
border-color: #249397;
}
.TagClassName
{
border-color: #249397;
}
</style>