Shades of Bay Of Many #323A63
Tints of Bay Of Many #323A63
RGB
CMYK
RGB Variations
Color information
#323A63 (or 0x323A63) is known color: Bay Of Many. HEX triplet: 32, 3A and 63. RGB value is (50,58,99). Sum of RGB (Red+Green+Blue) = 50+58+99=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #323A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A63 is #CDC59C. Grayscale: #3C3C3C. Windows color (decimal): -13485469 or 6502962. OLE color: 6502962.
HSL color Cylindrical-coordinate representation of color #323A63: hue angle of 230.2º 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 #323A63 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 58 | 99 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.61 |
| HSL | 230.2º | 0.33% | 0.29% | - |
| HSV(B) | 230.2º | 0.49% | 0.39% | - |
| XYZ | 5.08 | 4.61 | 12.43 | - |
| YUV | 60.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 99 | 0.49 | 0.41 | 0 | 0.61 | 230.2 | 0.33 | 0.29 |
| Hex | 32 | 3A | 63 | 31 | 29 | 0 | 3D | E6 | 21 | 1D |
| Octal | 62 | 72 | 143 | 61 | 51 | 0 | 75 | 346 | 41 | 35 |
| Binary | 110010 | 111010 | 1100011 | 110001 | 101001 | 0 | 111101 | 11100110 | 100001 | 11101 |
Color Harmonies of #323A63
Complementary color
Monochromatic Colors of #323A63
Black with #323A63
Text Example
Text Example
White with #323A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A63; }
p { color: rgb(50,58,99); }
H1.HeaderClassName
{
color: #323A63;
}
.AnyTagClassName
{
color: #323A63;
}
</style>
background-color css
<style>
a { background-color: #323A63; }
a { background-color: rgb(50,58,99); }
div.DivClassName
{
background-color: #323A63;
}
.BgClassName
{
background-color: #323A63;
}
</style>
border-color css
<style>
span { border-color: #323A63; }
span { border-color: rgb(50,58,99); }
td.TdClassName
{
border-color: #323A63;
}
.TagClassName
{
border-color: #323A63;
}
</style>