Shades of Java #249284
Tints of Java #249284
RGB
CMYK
RGB Variations
Color information
#249284 (or 0x249284) is known color: Java. HEX triplet: 24, 92 and 84. RGB value is (36,146,132). Sum of RGB (Red+Green+Blue) = 36+146+132=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #249284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249284 is #DB6D7B. Grayscale: #6F6F6F. Windows color (decimal): -14380412 or 8688164. OLE color: 8688164.
HSL color Cylindrical-coordinate representation of color #249284: hue angle of 172.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249284 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 146 | 132 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.43 |
| HSL | 172.36º | 0.6% | 0.36% | - |
| HSV(B) | 172.36º | 0.75% | 0.57% | - |
| XYZ | 15.17 | 22.6 | 25.39 | - |
| YUV | 111.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 132 | 0.75 | 0 | 0.10 | 0.43 | 172.36 | 0.6 | 0.36 |
| Hex | 24 | 92 | 84 | 4B | 0 | A | 2B | AC | 3C | 24 |
| Octal | 44 | 222 | 204 | 113 | 0 | 12 | 53 | 254 | 74 | 44 |
| Binary | 100100 | 10010010 | 10000100 | 1001011 | 0 | 1010 | 101011 | 10101100 | 111100 | 100100 |
Color Harmonies of #249284
Complementary color
Monochromatic Colors of #249284
Black with #249284
Text Example
Text Example
White with #249284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249284; }
p { color: rgb(36,146,132); }
H1.HeaderClassName
{
color: #249284;
}
.AnyTagClassName
{
color: #249284;
}
</style>
background-color css
<style>
a { background-color: #249284; }
a { background-color: rgb(36,146,132); }
div.DivClassName
{
background-color: #249284;
}
.BgClassName
{
background-color: #249284;
}
</style>
border-color css
<style>
span { border-color: #249284; }
span { border-color: rgb(36,146,132); }
td.TdClassName
{
border-color: #249284;
}
.TagClassName
{
border-color: #249284;
}
</style>