Shades of Bay Of Many #323C63
Tints of Bay Of Many #323C63
RGB
CMYK
RGB Variations
Color information
#323C63 (or 0x323C63) is known color: Bay Of Many. HEX triplet: 32, 3C and 63. RGB value is (50,60,99). Sum of RGB (Red+Green+Blue) = 50+60+99=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #323C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C63 is #CDC39C. Grayscale: #3D3D3D. Windows color (decimal): -13484957 or 6503474. OLE color: 6503474.
HSL color Cylindrical-coordinate representation of color #323C63: hue angle of 227.76º 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 #323C63 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 60 | 99 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.61 |
| HSL | 227.76º | 0.33% | 0.29% | - |
| HSV(B) | 227.76º | 0.49% | 0.39% | - |
| XYZ | 5.18 | 4.81 | 12.46 | - |
| YUV | 61.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 99 | 0.49 | 0.39 | 0 | 0.61 | 227.76 | 0.33 | 0.29 |
| Hex | 32 | 3C | 63 | 31 | 27 | 0 | 3D | E4 | 21 | 1D |
| Octal | 62 | 74 | 143 | 61 | 47 | 0 | 75 | 344 | 41 | 35 |
| Binary | 110010 | 111100 | 1100011 | 110001 | 100111 | 0 | 111101 | 11100100 | 100001 | 11101 |
Color Harmonies of #323C63
Complementary color
Monochromatic Colors of #323C63
Black with #323C63
Text Example
Text Example
White with #323C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C63; }
p { color: rgb(50,60,99); }
H1.HeaderClassName
{
color: #323C63;
}
.AnyTagClassName
{
color: #323C63;
}
</style>
background-color css
<style>
a { background-color: #323C63; }
a { background-color: rgb(50,60,99); }
div.DivClassName
{
background-color: #323C63;
}
.BgClassName
{
background-color: #323C63;
}
</style>
border-color css
<style>
span { border-color: #323C63; }
span { border-color: rgb(50,60,99); }
td.TdClassName
{
border-color: #323C63;
}
.TagClassName
{
border-color: #323C63;
}
</style>