Shades of Bay Of Many #323A5E
Tints of Bay Of Many #323A5E
RGB
CMYK
RGB Variations
Color information
#323A5E (or 0x323A5E) is known color: Bay Of Many. HEX triplet: 32, 3A and 5E. RGB value is (50,58,94). Sum of RGB (Red+Green+Blue) = 50+58+94=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #323A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A5E is #CDC5A1. Grayscale: #3B3B3B. Windows color (decimal): -13485474 or 6175282. OLE color: 6175282.
HSL color Cylindrical-coordinate representation of color #323A5E: hue angle of 229.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #323A5E is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 58 | 94 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.63 |
| HSL | 229.09º | 0.31% | 0.28% | - |
| HSV(B) | 229.09º | 0.47% | 0.37% | - |
| XYZ | 4.85 | 4.51 | 11.21 | - |
| YUV | 59.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 94 | 0.47 | 0.38 | 0 | 0.63 | 229.09 | 0.31 | 0.28 |
| Hex | 32 | 3A | 5E | 2F | 26 | 0 | 3F | E5 | 1F | 1C |
| Octal | 62 | 72 | 136 | 57 | 46 | 0 | 77 | 345 | 37 | 34 |
| Binary | 110010 | 111010 | 1011110 | 101111 | 100110 | 0 | 111111 | 11100101 | 11111 | 11100 |
Color Harmonies of #323A5E
Complementary color
Monochromatic Colors of #323A5E
Black with #323A5E
Text Example
Text Example
White with #323A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A5E; }
p { color: rgb(50,58,94); }
H1.HeaderClassName
{
color: #323A5E;
}
.AnyTagClassName
{
color: #323A5E;
}
</style>
background-color css
<style>
a { background-color: #323A5E; }
a { background-color: rgb(50,58,94); }
div.DivClassName
{
background-color: #323A5E;
}
.BgClassName
{
background-color: #323A5E;
}
</style>
border-color css
<style>
span { border-color: #323A5E; }
span { border-color: rgb(50,58,94); }
td.TdClassName
{
border-color: #323A5E;
}
.TagClassName
{
border-color: #323A5E;
}
</style>