Shades of Bay Of Many #323F6B
Tints of Bay Of Many #323F6B
RGB
CMYK
RGB Variations
Color information
#323F6B (or 0x323F6B) is known color: Bay Of Many. HEX triplet: 32, 3F and 6B. RGB value is (50,63,107). Sum of RGB (Red+Green+Blue) = 50+63+107=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #323F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F6B is #CDC094. Grayscale: #3F3F3F. Windows color (decimal): -13484181 or 7028530. OLE color: 7028530.
HSL color Cylindrical-coordinate representation of color #323F6B: hue angle of 226.32º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #323F6B is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 63 | 107 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.58 |
| HSL | 226.32º | 0.36% | 0.31% | - |
| HSV(B) | 226.32º | 0.53% | 0.42% | - |
| XYZ | 5.75 | 5.29 | 14.63 | - |
| YUV | 64.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 107 | 0.53 | 0.41 | 0 | 0.58 | 226.32 | 0.36 | 0.31 |
| Hex | 32 | 3F | 6B | 35 | 29 | 0 | 3A | E2 | 24 | 1F |
| Octal | 62 | 77 | 153 | 65 | 51 | 0 | 72 | 342 | 44 | 37 |
| Binary | 110010 | 111111 | 1101011 | 110101 | 101001 | 0 | 111010 | 11100010 | 100100 | 11111 |
Color Harmonies of #323F6B
Complementary color
Monochromatic Colors of #323F6B
Black with #323F6B
Text Example
Text Example
White with #323F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F6B; }
p { color: rgb(50,63,107); }
H1.HeaderClassName
{
color: #323F6B;
}
.AnyTagClassName
{
color: #323F6B;
}
</style>
background-color css
<style>
a { background-color: #323F6B; }
a { background-color: rgb(50,63,107); }
div.DivClassName
{
background-color: #323F6B;
}
.BgClassName
{
background-color: #323F6B;
}
</style>
border-color css
<style>
span { border-color: #323F6B; }
span { border-color: rgb(50,63,107); }
td.TdClassName
{
border-color: #323F6B;
}
.TagClassName
{
border-color: #323F6B;
}
</style>