Shades of Bay Of Many #323C65
Tints of Bay Of Many #323C65
RGB
CMYK
RGB Variations
Color information
#323C65 (or 0x323C65) is known color: Bay Of Many. HEX triplet: 32, 3C and 65. RGB value is (50,60,101). Sum of RGB (Red+Green+Blue) = 50+60+101=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #323C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C65 is #CDC39A. Grayscale: #3D3D3D. Windows color (decimal): -13484955 or 6634546. OLE color: 6634546.
HSL color Cylindrical-coordinate representation of color #323C65: hue angle of 228.24º 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 #323C65 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 60 | 101 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.60 |
| HSL | 228.24º | 0.34% | 0.3% | - |
| HSV(B) | 228.24º | 0.5% | 0.4% | - |
| XYZ | 5.28 | 4.85 | 12.97 | - |
| YUV | 61.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 101 | 0.50 | 0.41 | 0 | 0.60 | 228.24 | 0.34 | 0.3 |
| Hex | 32 | 3C | 65 | 32 | 29 | 0 | 3C | E4 | 22 | 1E |
| Octal | 62 | 74 | 145 | 62 | 51 | 0 | 74 | 344 | 42 | 36 |
| Binary | 110010 | 111100 | 1100101 | 110010 | 101001 | 0 | 111100 | 11100100 | 100010 | 11110 |
Color Harmonies of #323C65
Complementary color
Monochromatic Colors of #323C65
Black with #323C65
Text Example
Text Example
White with #323C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C65; }
p { color: rgb(50,60,101); }
H1.HeaderClassName
{
color: #323C65;
}
.AnyTagClassName
{
color: #323C65;
}
</style>
background-color css
<style>
a { background-color: #323C65; }
a { background-color: rgb(50,60,101); }
div.DivClassName
{
background-color: #323C65;
}
.BgClassName
{
background-color: #323C65;
}
</style>
border-color css
<style>
span { border-color: #323C65; }
span { border-color: rgb(50,60,101); }
td.TdClassName
{
border-color: #323C65;
}
.TagClassName
{
border-color: #323C65;
}
</style>