Shades of Bay Of Many #323B65
Tints of Bay Of Many #323B65
RGB
CMYK
RGB Variations
Color information
#323B65 (or 0x323B65) is known color: Bay Of Many. HEX triplet: 32, 3B and 65. RGB value is (50,59,101). Sum of RGB (Red+Green+Blue) = 50+59+101=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #323B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B65 is #CDC49A. Grayscale: #3C3C3C. Windows color (decimal): -13485211 or 6634290. OLE color: 6634290.
HSL color Cylindrical-coordinate representation of color #323B65: hue angle of 229.41º 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 #323B65 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 59 | 101 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.60 |
| HSL | 229.41º | 0.34% | 0.3% | - |
| HSV(B) | 229.41º | 0.5% | 0.4% | - |
| XYZ | 5.23 | 4.75 | 12.95 | - |
| YUV | 61.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 101 | 0.50 | 0.42 | 0 | 0.60 | 229.41 | 0.34 | 0.3 |
| Hex | 32 | 3B | 65 | 32 | 2A | 0 | 3C | E5 | 22 | 1E |
| Octal | 62 | 73 | 145 | 62 | 52 | 0 | 74 | 345 | 42 | 36 |
| Binary | 110010 | 111011 | 1100101 | 110010 | 101010 | 0 | 111100 | 11100101 | 100010 | 11110 |
Color Harmonies of #323B65
Complementary color
Monochromatic Colors of #323B65
Black with #323B65
Text Example
Text Example
White with #323B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B65; }
p { color: rgb(50,59,101); }
H1.HeaderClassName
{
color: #323B65;
}
.AnyTagClassName
{
color: #323B65;
}
</style>
background-color css
<style>
a { background-color: #323B65; }
a { background-color: rgb(50,59,101); }
div.DivClassName
{
background-color: #323B65;
}
.BgClassName
{
background-color: #323B65;
}
</style>
border-color css
<style>
span { border-color: #323B65; }
span { border-color: rgb(50,59,101); }
td.TdClassName
{
border-color: #323B65;
}
.TagClassName
{
border-color: #323B65;
}
</style>