Shades of Java #249087
Tints of Java #249087
RGB
CMYK
RGB Variations
Color information
#249087 (or 0x249087) is known color: Java. HEX triplet: 24, 90 and 87. RGB value is (36,144,135). Sum of RGB (Red+Green+Blue) = 36+144+135=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #249087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249087 is #DB6F78. Grayscale: #6E6E6E. Windows color (decimal): -14380921 or 8884260. OLE color: 8884260.
HSL color Cylindrical-coordinate representation of color #249087: hue angle of 175º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249087 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 144 | 135 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.44 |
| HSL | 175º | 0.6% | 0.35% | - |
| HSV(B) | 175º | 0.75% | 0.56% | - |
| XYZ | 15.07 | 22.07 | 26.39 | - |
| YUV | 110.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 135 | 0.75 | 0 | 0.06 | 0.44 | 175 | 0.6 | 0.35 |
| Hex | 24 | 90 | 87 | 4B | 0 | 6 | 2C | AF | 3C | 23 |
| Octal | 44 | 220 | 207 | 113 | 0 | 6 | 54 | 257 | 74 | 43 |
| Binary | 100100 | 10010000 | 10000111 | 1001011 | 0 | 110 | 101100 | 10101111 | 111100 | 100011 |
Color Harmonies of #249087
Complementary color
Monochromatic Colors of #249087
Black with #249087
Text Example
Text Example
White with #249087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249087; }
p { color: rgb(36,144,135); }
H1.HeaderClassName
{
color: #249087;
}
.AnyTagClassName
{
color: #249087;
}
</style>
background-color css
<style>
a { background-color: #249087; }
a { background-color: rgb(36,144,135); }
div.DivClassName
{
background-color: #249087;
}
.BgClassName
{
background-color: #249087;
}
</style>
border-color css
<style>
span { border-color: #249087; }
span { border-color: rgb(36,144,135); }
td.TdClassName
{
border-color: #249087;
}
.TagClassName
{
border-color: #249087;
}
</style>