Shades of Bay Of Many #323F6C
Tints of Bay Of Many #323F6C
RGB
CMYK
RGB Variations
Color information
#323F6C (or 0x323F6C) is known color: Bay Of Many. HEX triplet: 32, 3F and 6C. RGB value is (50,63,108). Sum of RGB (Red+Green+Blue) = 50+63+108=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #323F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F6C is #CDC093. Grayscale: #404040. Windows color (decimal): -13484180 or 7094066. OLE color: 7094066.
HSL color Cylindrical-coordinate representation of color #323F6C: hue angle of 226.55º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #323F6C is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 63 | 108 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.58 |
| HSL | 226.55º | 0.37% | 0.31% | - |
| HSV(B) | 226.55º | 0.54% | 0.42% | - |
| XYZ | 5.8 | 5.32 | 14.91 | - |
| YUV | 64.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 108 | 0.54 | 0.42 | 0 | 0.58 | 226.55 | 0.37 | 0.31 |
| Hex | 32 | 3F | 6C | 36 | 2A | 0 | 3A | E3 | 25 | 1F |
| Octal | 62 | 77 | 154 | 66 | 52 | 0 | 72 | 343 | 45 | 37 |
| Binary | 110010 | 111111 | 1101100 | 110110 | 101010 | 0 | 111010 | 11100011 | 100101 | 11111 |
Color Harmonies of #323F6C
Complementary color
Monochromatic Colors of #323F6C
Black with #323F6C
Text Example
Text Example
White with #323F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F6C; }
p { color: rgb(50,63,108); }
H1.HeaderClassName
{
color: #323F6C;
}
.AnyTagClassName
{
color: #323F6C;
}
</style>
background-color css
<style>
a { background-color: #323F6C; }
a { background-color: rgb(50,63,108); }
div.DivClassName
{
background-color: #323F6C;
}
.BgClassName
{
background-color: #323F6C;
}
</style>
border-color css
<style>
span { border-color: #323F6C; }
span { border-color: rgb(50,63,108); }
td.TdClassName
{
border-color: #323F6C;
}
.TagClassName
{
border-color: #323F6C;
}
</style>