Shades of Java #249188
Tints of Java #249188
RGB
CMYK
RGB Variations
Color information
#249188 (or 0x249188) is known color: Java. HEX triplet: 24, 91 and 88. RGB value is (36,145,136). Sum of RGB (Red+Green+Blue) = 36+145+136=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #249188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249188 is #DB6E77. Grayscale: #6F6F6F. Windows color (decimal): -14380664 or 8950052. OLE color: 8950052.
HSL color Cylindrical-coordinate representation of color #249188: hue angle of 175.05º 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 #249188 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 136 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.43 |
| HSL | 175.05º | 0.6% | 0.35% | - |
| HSV(B) | 175.05º | 0.75% | 0.57% | - |
| XYZ | 15.3 | 22.4 | 26.81 | - |
| YUV | 111.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 136 | 0.75 | 0 | 0.06 | 0.43 | 175.05 | 0.6 | 0.35 |
| Hex | 24 | 91 | 88 | 4B | 0 | 6 | 2B | AF | 3C | 23 |
| Octal | 44 | 221 | 210 | 113 | 0 | 6 | 53 | 257 | 74 | 43 |
| Binary | 100100 | 10010001 | 10001000 | 1001011 | 0 | 110 | 101011 | 10101111 | 111100 | 100011 |
Color Harmonies of #249188
Complementary color
Monochromatic Colors of #249188
Black with #249188
Text Example
Text Example
White with #249188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249188; }
p { color: rgb(36,145,136); }
H1.HeaderClassName
{
color: #249188;
}
.AnyTagClassName
{
color: #249188;
}
</style>
background-color css
<style>
a { background-color: #249188; }
a { background-color: rgb(36,145,136); }
div.DivClassName
{
background-color: #249188;
}
.BgClassName
{
background-color: #249188;
}
</style>
border-color css
<style>
span { border-color: #249188; }
span { border-color: rgb(36,145,136); }
td.TdClassName
{
border-color: #249188;
}
.TagClassName
{
border-color: #249188;
}
</style>