Shades of Bay Of Many #323C61
Tints of Bay Of Many #323C61
RGB
CMYK
RGB Variations
Color information
#323C61 (or 0x323C61) is known color: Bay Of Many. HEX triplet: 32, 3C and 61. RGB value is (50,60,97). Sum of RGB (Red+Green+Blue) = 50+60+97=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #323C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C61 is #CDC39E. Grayscale: #3D3D3D. Windows color (decimal): -13484959 or 6372402. OLE color: 6372402.
HSL color Cylindrical-coordinate representation of color #323C61: hue angle of 227.23º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323C61 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 60 | 97 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.62 |
| HSL | 227.23º | 0.32% | 0.29% | - |
| HSV(B) | 227.23º | 0.48% | 0.38% | - |
| XYZ | 5.09 | 4.77 | 11.96 | - |
| YUV | 61.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 97 | 0.48 | 0.38 | 0 | 0.62 | 227.23 | 0.32 | 0.29 |
| Hex | 32 | 3C | 61 | 30 | 26 | 0 | 3E | E3 | 20 | 1D |
| Octal | 62 | 74 | 141 | 60 | 46 | 0 | 76 | 343 | 40 | 35 |
| Binary | 110010 | 111100 | 1100001 | 110000 | 100110 | 0 | 111110 | 11100011 | 100000 | 11101 |
Color Harmonies of #323C61
Complementary color
Monochromatic Colors of #323C61
Black with #323C61
Text Example
Text Example
White with #323C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C61; }
p { color: rgb(50,60,97); }
H1.HeaderClassName
{
color: #323C61;
}
.AnyTagClassName
{
color: #323C61;
}
</style>
background-color css
<style>
a { background-color: #323C61; }
a { background-color: rgb(50,60,97); }
div.DivClassName
{
background-color: #323C61;
}
.BgClassName
{
background-color: #323C61;
}
</style>
border-color css
<style>
span { border-color: #323C61; }
span { border-color: rgb(50,60,97); }
td.TdClassName
{
border-color: #323C61;
}
.TagClassName
{
border-color: #323C61;
}
</style>