Shades of Java #31969A
Tints of Java #31969A
RGB
CMYK
RGB Variations
Color information
#31969A (or 0x31969A) is known color: Java. HEX triplet: 31, 96 and 9A. RGB value is (49,150,154). Sum of RGB (Red+Green+Blue) = 49+150+154=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #31969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31969A is #CE6965. Grayscale: #787878. Windows color (decimal): -13527398 or 10130993. OLE color: 10130993.
HSL color Cylindrical-coordinate representation of color #31969A: hue angle of 182.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31969A is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 150 | 154 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.40 |
| HSL | 182.29º | 0.52% | 0.4% | - |
| HSV(B) | 182.29º | 0.68% | 0.6% | - |
| XYZ | 18.01 | 24.8 | 34.41 | - |
| YUV | 120.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 154 | 0.68 | 0.03 | 0 | 0.40 | 182.29 | 0.52 | 0.4 |
| Hex | 31 | 96 | 9A | 44 | 3 | 0 | 28 | B6 | 34 | 28 |
| Octal | 61 | 226 | 232 | 104 | 3 | 0 | 50 | 266 | 64 | 50 |
| Binary | 110001 | 10010110 | 10011010 | 1000100 | 11 | 0 | 101000 | 10110110 | 110100 | 101000 |
Color Harmonies of #31969A
Complementary color
Monochromatic Colors of #31969A
Black with #31969A
Text Example
Text Example
White with #31969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31969A; }
p { color: rgb(49,150,154); }
H1.HeaderClassName
{
color: #31969A;
}
.AnyTagClassName
{
color: #31969A;
}
</style>
background-color css
<style>
a { background-color: #31969A; }
a { background-color: rgb(49,150,154); }
div.DivClassName
{
background-color: #31969A;
}
.BgClassName
{
background-color: #31969A;
}
</style>
border-color css
<style>
span { border-color: #31969A; }
span { border-color: rgb(49,150,154); }
td.TdClassName
{
border-color: #31969A;
}
.TagClassName
{
border-color: #31969A;
}
</style>