Shades of Java #249385
Tints of Java #249385
RGB
CMYK
RGB Variations
Color information
#249385 (or 0x249385) is known color: Java. HEX triplet: 24, 93 and 85. RGB value is (36,147,133). Sum of RGB (Red+Green+Blue) = 36+147+133=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #249385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249385 is #DB6C7A. Grayscale: #707070. Windows color (decimal): -14380155 or 8753956. OLE color: 8753956.
HSL color Cylindrical-coordinate representation of color #249385: hue angle of 172.43º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249385 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 147 | 133 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.42 |
| HSL | 172.43º | 0.61% | 0.36% | - |
| HSV(B) | 172.43º | 0.76% | 0.58% | - |
| XYZ | 15.39 | 22.94 | 25.81 | - |
| YUV | 112.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 133 | 0.76 | 0 | 0.10 | 0.42 | 172.43 | 0.61 | 0.36 |
| Hex | 24 | 93 | 85 | 4C | 0 | A | 2A | AC | 3D | 24 |
| Octal | 44 | 223 | 205 | 114 | 0 | 12 | 52 | 254 | 75 | 44 |
| Binary | 100100 | 10010011 | 10000101 | 1001100 | 0 | 1010 | 101010 | 10101100 | 111101 | 100100 |
Color Harmonies of #249385
Complementary color
Monochromatic Colors of #249385
Black with #249385
Text Example
Text Example
White with #249385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249385; }
p { color: rgb(36,147,133); }
H1.HeaderClassName
{
color: #249385;
}
.AnyTagClassName
{
color: #249385;
}
</style>
background-color css
<style>
a { background-color: #249385; }
a { background-color: rgb(36,147,133); }
div.DivClassName
{
background-color: #249385;
}
.BgClassName
{
background-color: #249385;
}
</style>
border-color css
<style>
span { border-color: #249385; }
span { border-color: rgb(36,147,133); }
td.TdClassName
{
border-color: #249385;
}
.TagClassName
{
border-color: #249385;
}
</style>