Shades of Java #249094
Tints of Java #249094
RGB
CMYK
RGB Variations
Color information
#249094 (or 0x249094) is known color: Java. HEX triplet: 24, 90 and 94. RGB value is (36,144,148). Sum of RGB (Red+Green+Blue) = 36+144+148=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #249094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249094 is #DB6F6B. Grayscale: #707070. Windows color (decimal): -14380908 or 9736228. OLE color: 9736228.
HSL color Cylindrical-coordinate representation of color #249094: hue angle of 182.14º 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 #249094 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 144 | 148 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.42 |
| HSL | 182.14º | 0.61% | 0.36% | - |
| HSV(B) | 182.14º | 0.76% | 0.58% | - |
| XYZ | 16.05 | 22.46 | 31.51 | - |
| YUV | 112.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 148 | 0.76 | 0.03 | 0 | 0.42 | 182.14 | 0.61 | 0.36 |
| Hex | 24 | 90 | 94 | 4C | 3 | 0 | 2A | B6 | 3D | 24 |
| Octal | 44 | 220 | 224 | 114 | 3 | 0 | 52 | 266 | 75 | 44 |
| Binary | 100100 | 10010000 | 10010100 | 1001100 | 11 | 0 | 101010 | 10110110 | 111101 | 100100 |
Color Harmonies of #249094
Complementary color
Monochromatic Colors of #249094
Black with #249094
Text Example
Text Example
White with #249094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249094; }
p { color: rgb(36,144,148); }
H1.HeaderClassName
{
color: #249094;
}
.AnyTagClassName
{
color: #249094;
}
</style>
background-color css
<style>
a { background-color: #249094; }
a { background-color: rgb(36,144,148); }
div.DivClassName
{
background-color: #249094;
}
.BgClassName
{
background-color: #249094;
}
</style>
border-color css
<style>
span { border-color: #249094; }
span { border-color: rgb(36,144,148); }
td.TdClassName
{
border-color: #249094;
}
.TagClassName
{
border-color: #249094;
}
</style>