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