Shades of Bay Of Many #323F65
Tints of Bay Of Many #323F65
RGB
CMYK
RGB Variations
Color information
#323F65 (or 0x323F65) is known color: Bay Of Many. HEX triplet: 32, 3F and 65. RGB value is (50,63,101). Sum of RGB (Red+Green+Blue) = 50+63+101=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #323F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F65 is #CDC09A. Grayscale: #3F3F3F. Windows color (decimal): -13484187 or 6635314. OLE color: 6635314.
HSL color Cylindrical-coordinate representation of color #323F65: hue angle of 224.71º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323F65 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 63 | 101 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.60 |
| HSL | 224.71º | 0.34% | 0.3% | - |
| HSV(B) | 224.71º | 0.5% | 0.4% | - |
| XYZ | 5.44 | 5.17 | 13.02 | - |
| YUV | 63.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 101 | 0.50 | 0.38 | 0 | 0.60 | 224.71 | 0.34 | 0.3 |
| Hex | 32 | 3F | 65 | 32 | 26 | 0 | 3C | E1 | 22 | 1E |
| Octal | 62 | 77 | 145 | 62 | 46 | 0 | 74 | 341 | 42 | 36 |
| Binary | 110010 | 111111 | 1100101 | 110010 | 100110 | 0 | 111100 | 11100001 | 100010 | 11110 |
Color Harmonies of #323F65
Complementary color
Monochromatic Colors of #323F65
Black with #323F65
Text Example
Text Example
White with #323F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F65; }
p { color: rgb(50,63,101); }
H1.HeaderClassName
{
color: #323F65;
}
.AnyTagClassName
{
color: #323F65;
}
</style>
background-color css
<style>
a { background-color: #323F65; }
a { background-color: rgb(50,63,101); }
div.DivClassName
{
background-color: #323F65;
}
.BgClassName
{
background-color: #323F65;
}
</style>
border-color css
<style>
span { border-color: #323F65; }
span { border-color: rgb(50,63,101); }
td.TdClassName
{
border-color: #323F65;
}
.TagClassName
{
border-color: #323F65;
}
</style>