Shades of Java #319294
Tints of Java #319294
RGB
CMYK
RGB Variations
Color information
#319294 (or 0x319294) is known color: Java. HEX triplet: 31, 92 and 94. RGB value is (49,146,148). Sum of RGB (Red+Green+Blue) = 49+146+148=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #319294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319294 is #CE6D6B. Grayscale: #757575. Windows color (decimal): -13528428 or 9736753. OLE color: 9736753.
HSL color Cylindrical-coordinate representation of color #319294: hue angle of 181.21º 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 #319294 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 146 | 148 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.42 |
| HSL | 181.21º | 0.5% | 0.39% | - |
| HSV(B) | 181.21º | 0.67% | 0.58% | - |
| XYZ | 16.89 | 23.35 | 31.63 | - |
| YUV | 117.23 | 145.36 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 148 | 0.67 | 0.01 | 0 | 0.42 | 181.21 | 0.5 | 0.39 |
| Hex | 31 | 92 | 94 | 43 | 1 | 0 | 2A | B5 | 32 | 27 |
| Octal | 61 | 222 | 224 | 103 | 1 | 0 | 52 | 265 | 62 | 47 |
| Binary | 110001 | 10010010 | 10010100 | 1000011 | 1 | 0 | 101010 | 10110101 | 110010 | 100111 |
Color Harmonies of #319294
Complementary color
Monochromatic Colors of #319294
Black with #319294
Text Example
Text Example
White with #319294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319294; }
p { color: rgb(49,146,148); }
H1.HeaderClassName
{
color: #319294;
}
.AnyTagClassName
{
color: #319294;
}
</style>
background-color css
<style>
a { background-color: #319294; }
a { background-color: rgb(49,146,148); }
div.DivClassName
{
background-color: #319294;
}
.BgClassName
{
background-color: #319294;
}
</style>
border-color css
<style>
span { border-color: #319294; }
span { border-color: rgb(49,146,148); }
td.TdClassName
{
border-color: #319294;
}
.TagClassName
{
border-color: #319294;
}
</style>