Shades of Bay Of Many #323F63
Tints of Bay Of Many #323F63
RGB
CMYK
RGB Variations
Color information
#323F63 (or 0x323F63) is known color: Bay Of Many. HEX triplet: 32, 3F and 63. RGB value is (50,63,99). Sum of RGB (Red+Green+Blue) = 50+63+99=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #323F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F63 is #CDC09C. Grayscale: #3F3F3F. Windows color (decimal): -13484189 or 6504242. OLE color: 6504242.
HSL color Cylindrical-coordinate representation of color #323F63: hue angle of 224.08º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #323F63 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 63 | 99 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.61 |
| HSL | 224.08º | 0.33% | 0.29% | - |
| HSV(B) | 224.08º | 0.49% | 0.39% | - |
| XYZ | 5.35 | 5.13 | 12.51 | - |
| YUV | 63.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 99 | 0.49 | 0.36 | 0 | 0.61 | 224.08 | 0.33 | 0.29 |
| Hex | 32 | 3F | 63 | 31 | 24 | 0 | 3D | E0 | 21 | 1D |
| Octal | 62 | 77 | 143 | 61 | 44 | 0 | 75 | 340 | 41 | 35 |
| Binary | 110010 | 111111 | 1100011 | 110001 | 100100 | 0 | 111101 | 11100000 | 100001 | 11101 |
Color Harmonies of #323F63
Complementary color
Monochromatic Colors of #323F63
Black with #323F63
Text Example
Text Example
White with #323F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F63; }
p { color: rgb(50,63,99); }
H1.HeaderClassName
{
color: #323F63;
}
.AnyTagClassName
{
color: #323F63;
}
</style>
background-color css
<style>
a { background-color: #323F63; }
a { background-color: rgb(50,63,99); }
div.DivClassName
{
background-color: #323F63;
}
.BgClassName
{
background-color: #323F63;
}
</style>
border-color css
<style>
span { border-color: #323F63; }
span { border-color: rgb(50,63,99); }
td.TdClassName
{
border-color: #323F63;
}
.TagClassName
{
border-color: #323F63;
}
</style>