Shades of Java #249184
Tints of Java #249184
RGB
CMYK
RGB Variations
Color information
#249184 (or 0x249184) is known color: Java. HEX triplet: 24, 91 and 84. RGB value is (36,145,132). Sum of RGB (Red+Green+Blue) = 36+145+132=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #249184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249184 is #DB6E7B. Grayscale: #6E6E6E. Windows color (decimal): -14380668 or 8687908. OLE color: 8687908.
HSL color Cylindrical-coordinate representation of color #249184: hue angle of 172.84º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249184 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 132 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.43 |
| HSL | 172.84º | 0.6% | 0.35% | - |
| HSV(B) | 172.84º | 0.75% | 0.57% | - |
| XYZ | 15.02 | 22.29 | 25.34 | - |
| YUV | 110.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 132 | 0.75 | 0 | 0.09 | 0.43 | 172.84 | 0.6 | 0.35 |
| Hex | 24 | 91 | 84 | 4B | 0 | 9 | 2B | AD | 3C | 23 |
| Octal | 44 | 221 | 204 | 113 | 0 | 11 | 53 | 255 | 74 | 43 |
| Binary | 100100 | 10010001 | 10000100 | 1001011 | 0 | 1001 | 101011 | 10101101 | 111100 | 100011 |
Color Harmonies of #249184
Complementary color
Monochromatic Colors of #249184
Black with #249184
Text Example
Text Example
White with #249184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249184; }
p { color: rgb(36,145,132); }
H1.HeaderClassName
{
color: #249184;
}
.AnyTagClassName
{
color: #249184;
}
</style>
background-color css
<style>
a { background-color: #249184; }
a { background-color: rgb(36,145,132); }
div.DivClassName
{
background-color: #249184;
}
.BgClassName
{
background-color: #249184;
}
</style>
border-color css
<style>
span { border-color: #249184; }
span { border-color: rgb(36,145,132); }
td.TdClassName
{
border-color: #249184;
}
.TagClassName
{
border-color: #249184;
}
</style>