Shades of Bay Of Many #313E68
Tints of Bay Of Many #313E68
RGB
CMYK
RGB Variations
Color information
#313E68 (or 0x313E68) is known color: Bay Of Many. HEX triplet: 31, 3E and 68. RGB value is (49,62,104). Sum of RGB (Red+Green+Blue) = 49+62+104=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #313E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E68 is #CEC197. Grayscale: #3E3E3E. Windows color (decimal): -13549976 or 6831665. OLE color: 6831665.
HSL color Cylindrical-coordinate representation of color #313E68: hue angle of 225.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #313E68 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 62 | 104 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.59 |
| HSL | 225.82º | 0.36% | 0.3% | - |
| HSV(B) | 225.82º | 0.53% | 0.41% | - |
| XYZ | 5.49 | 5.1 | 13.79 | - |
| YUV | 62.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 104 | 0.53 | 0.40 | 0 | 0.59 | 225.82 | 0.36 | 0.3 |
| Hex | 31 | 3E | 68 | 35 | 28 | 0 | 3B | E2 | 24 | 1E |
| Octal | 61 | 76 | 150 | 65 | 50 | 0 | 73 | 342 | 44 | 36 |
| Binary | 110001 | 111110 | 1101000 | 110101 | 101000 | 0 | 111011 | 11100010 | 100100 | 11110 |
Color Harmonies of #313E68
Complementary color
Monochromatic Colors of #313E68
Black with #313E68
Text Example
Text Example
White with #313E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E68; }
p { color: rgb(49,62,104); }
H1.HeaderClassName
{
color: #313E68;
}
.AnyTagClassName
{
color: #313E68;
}
</style>
background-color css
<style>
a { background-color: #313E68; }
a { background-color: rgb(49,62,104); }
div.DivClassName
{
background-color: #313E68;
}
.BgClassName
{
background-color: #313E68;
}
</style>
border-color css
<style>
span { border-color: #313E68; }
span { border-color: rgb(49,62,104); }
td.TdClassName
{
border-color: #313E68;
}
.TagClassName
{
border-color: #313E68;
}
</style>