Shades of Java #319094
Tints of Java #319094
RGB
CMYK
RGB Variations
Color information
#319094 (or 0x319094) is known color: Java. HEX triplet: 31, 90 and 94. RGB value is (49,144,148). Sum of RGB (Red+Green+Blue) = 49+144+148=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #319094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319094 is #CE6F6B. Grayscale: #737373. Windows color (decimal): -13528940 or 9736241. OLE color: 9736241.
HSL color Cylindrical-coordinate representation of color #319094: hue angle of 182.42º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319094 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 144 | 148 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.42 |
| HSL | 182.42º | 0.5% | 0.39% | - |
| HSV(B) | 182.42º | 0.67% | 0.58% | - |
| XYZ | 16.59 | 22.74 | 31.53 | - |
| YUV | 116.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 144 | 148 | 0.67 | 0.03 | 0 | 0.42 | 182.42 | 0.5 | 0.39 |
| Hex | 31 | 90 | 94 | 43 | 3 | 0 | 2A | B6 | 32 | 27 |
| Octal | 61 | 220 | 224 | 103 | 3 | 0 | 52 | 266 | 62 | 47 |
| Binary | 110001 | 10010000 | 10010100 | 1000011 | 11 | 0 | 101010 | 10110110 | 110010 | 100111 |
Color Harmonies of #319094
Complementary color
Monochromatic Colors of #319094
Black with #319094
Text Example
Text Example
White with #319094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319094; }
p { color: rgb(49,144,148); }
H1.HeaderClassName
{
color: #319094;
}
.AnyTagClassName
{
color: #319094;
}
</style>
background-color css
<style>
a { background-color: #319094; }
a { background-color: rgb(49,144,148); }
div.DivClassName
{
background-color: #319094;
}
.BgClassName
{
background-color: #319094;
}
</style>
border-color css
<style>
span { border-color: #319094; }
span { border-color: rgb(49,144,148); }
td.TdClassName
{
border-color: #319094;
}
.TagClassName
{
border-color: #319094;
}
</style>