Shades of Bay Of Many #313B64
Tints of Bay Of Many #313B64
RGB
CMYK
RGB Variations
Color information
#313B64 (or 0x313B64) is known color: Bay Of Many. HEX triplet: 31, 3B and 64. RGB value is (49,59,100). Sum of RGB (Red+Green+Blue) = 49+59+100=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #313B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B64 is #CEC49B. Grayscale: #3C3C3C. Windows color (decimal): -13550748 or 6568753. OLE color: 6568753.
HSL color Cylindrical-coordinate representation of color #313B64: hue angle of 228.24º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313B64 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 59 | 100 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.61 |
| HSL | 228.24º | 0.34% | 0.29% | - |
| HSV(B) | 228.24º | 0.51% | 0.39% | - |
| XYZ | 5.13 | 4.7 | 12.69 | - |
| YUV | 60.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 100 | 0.51 | 0.41 | 0 | 0.61 | 228.24 | 0.34 | 0.29 |
| Hex | 31 | 3B | 64 | 33 | 29 | 0 | 3D | E4 | 22 | 1D |
| Octal | 61 | 73 | 144 | 63 | 51 | 0 | 75 | 344 | 42 | 35 |
| Binary | 110001 | 111011 | 1100100 | 110011 | 101001 | 0 | 111101 | 11100100 | 100010 | 11101 |
Color Harmonies of #313B64
Complementary color
Monochromatic Colors of #313B64
Black with #313B64
Text Example
Text Example
White with #313B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B64; }
p { color: rgb(49,59,100); }
H1.HeaderClassName
{
color: #313B64;
}
.AnyTagClassName
{
color: #313B64;
}
</style>
background-color css
<style>
a { background-color: #313B64; }
a { background-color: rgb(49,59,100); }
div.DivClassName
{
background-color: #313B64;
}
.BgClassName
{
background-color: #313B64;
}
</style>
border-color css
<style>
span { border-color: #313B64; }
span { border-color: rgb(49,59,100); }
td.TdClassName
{
border-color: #313B64;
}
.TagClassName
{
border-color: #313B64;
}
</style>