Shades of Bay Of Many #313F66
Tints of Bay Of Many #313F66
RGB
CMYK
RGB Variations
Color information
#313F66 (or 0x313F66) is known color: Bay Of Many. HEX triplet: 31, 3F and 66. RGB value is (49,63,102). Sum of RGB (Red+Green+Blue) = 49+63+102=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #313F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F66 is #CEC099. Grayscale: #3F3F3F. Windows color (decimal): -13549722 or 6700849. OLE color: 6700849.
HSL color Cylindrical-coordinate representation of color #313F66: hue angle of 224.15º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #313F66 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 63 | 102 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.6 |
| HSL | 224.15º | 0.35% | 0.3% | - |
| HSV(B) | 224.15º | 0.52% | 0.4% | - |
| XYZ | 5.44 | 5.17 | 13.28 | - |
| YUV | 63.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 102 | 0.52 | 0.38 | 0 | 0.6 | 224.15 | 0.35 | 0.3 |
| Hex | 31 | 3F | 66 | 34 | 26 | 0 | 3C | E0 | 23 | 1E |
| Octal | 61 | 77 | 146 | 64 | 46 | 0 | 74 | 340 | 43 | 36 |
| Binary | 110001 | 111111 | 1100110 | 110100 | 100110 | 0 | 111100 | 11100000 | 100011 | 11110 |
Color Harmonies of #313F66
Complementary color
Monochromatic Colors of #313F66
Black with #313F66
Text Example
Text Example
White with #313F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F66; }
p { color: rgb(49,63,102); }
H1.HeaderClassName
{
color: #313F66;
}
.AnyTagClassName
{
color: #313F66;
}
</style>
background-color css
<style>
a { background-color: #313F66; }
a { background-color: rgb(49,63,102); }
div.DivClassName
{
background-color: #313F66;
}
.BgClassName
{
background-color: #313F66;
}
</style>
border-color css
<style>
span { border-color: #313F66; }
span { border-color: rgb(49,63,102); }
td.TdClassName
{
border-color: #313F66;
}
.TagClassName
{
border-color: #313F66;
}
</style>