Shades of Bay Of Many #313D68
Tints of Bay Of Many #313D68
RGB
CMYK
RGB Variations
Color information
#313D68 (or 0x313D68) is known color: Bay Of Many. HEX triplet: 31, 3D and 68. RGB value is (49,61,104). Sum of RGB (Red+Green+Blue) = 49+61+104=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #313D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D68 is #CEC297. Grayscale: #3E3E3E. Windows color (decimal): -13550232 or 6831409. OLE color: 6831409.
HSL color Cylindrical-coordinate representation of color #313D68: hue angle of 226.91º 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 #313D68 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 61 | 104 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.59 |
| HSL | 226.91º | 0.36% | 0.3% | - |
| HSV(B) | 226.91º | 0.53% | 0.41% | - |
| XYZ | 5.43 | 4.99 | 13.77 | - |
| YUV | 62.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 104 | 0.53 | 0.41 | 0 | 0.59 | 226.91 | 0.36 | 0.3 |
| Hex | 31 | 3D | 68 | 35 | 29 | 0 | 3B | E3 | 24 | 1E |
| Octal | 61 | 75 | 150 | 65 | 51 | 0 | 73 | 343 | 44 | 36 |
| Binary | 110001 | 111101 | 1101000 | 110101 | 101001 | 0 | 111011 | 11100011 | 100100 | 11110 |
Color Harmonies of #313D68
Complementary color
Monochromatic Colors of #313D68
Black with #313D68
Text Example
Text Example
White with #313D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D68; }
p { color: rgb(49,61,104); }
H1.HeaderClassName
{
color: #313D68;
}
.AnyTagClassName
{
color: #313D68;
}
</style>
background-color css
<style>
a { background-color: #313D68; }
a { background-color: rgb(49,61,104); }
div.DivClassName
{
background-color: #313D68;
}
.BgClassName
{
background-color: #313D68;
}
</style>
border-color css
<style>
span { border-color: #313D68; }
span { border-color: rgb(49,61,104); }
td.TdClassName
{
border-color: #313D68;
}
.TagClassName
{
border-color: #313D68;
}
</style>