Shades of Bay Of Many #323C62
Tints of Bay Of Many #323C62
RGB
CMYK
RGB Variations
Color information
#323C62 (or 0x323C62) is known color: Bay Of Many. HEX triplet: 32, 3C and 62. RGB value is (50,60,98). Sum of RGB (Red+Green+Blue) = 50+60+98=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #323C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C62 is #CDC39D. Grayscale: #3D3D3D. Windows color (decimal): -13484958 or 6437938. OLE color: 6437938.
HSL color Cylindrical-coordinate representation of color #323C62: hue angle of 227.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #323C62 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 60 | 98 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.62 |
| HSL | 227.5º | 0.32% | 0.29% | - |
| HSV(B) | 227.5º | 0.49% | 0.38% | - |
| XYZ | 5.14 | 4.79 | 12.21 | - |
| YUV | 61.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 98 | 0.49 | 0.39 | 0 | 0.62 | 227.5 | 0.32 | 0.29 |
| Hex | 32 | 3C | 62 | 31 | 27 | 0 | 3E | E4 | 20 | 1D |
| Octal | 62 | 74 | 142 | 61 | 47 | 0 | 76 | 344 | 40 | 35 |
| Binary | 110010 | 111100 | 1100010 | 110001 | 100111 | 0 | 111110 | 11100100 | 100000 | 11101 |
Color Harmonies of #323C62
Complementary color
Monochromatic Colors of #323C62
Black with #323C62
Text Example
Text Example
White with #323C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C62; }
p { color: rgb(50,60,98); }
H1.HeaderClassName
{
color: #323C62;
}
.AnyTagClassName
{
color: #323C62;
}
</style>
background-color css
<style>
a { background-color: #323C62; }
a { background-color: rgb(50,60,98); }
div.DivClassName
{
background-color: #323C62;
}
.BgClassName
{
background-color: #323C62;
}
</style>
border-color css
<style>
span { border-color: #323C62; }
span { border-color: rgb(50,60,98); }
td.TdClassName
{
border-color: #323C62;
}
.TagClassName
{
border-color: #323C62;
}
</style>