Shades of Bay Of Many #323B69
Tints of Bay Of Many #323B69
RGB
CMYK
RGB Variations
Color information
#323B69 (or 0x323B69) is known color: Bay Of Many. HEX triplet: 32, 3B and 69. RGB value is (50,59,105). Sum of RGB (Red+Green+Blue) = 50+59+105=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #323B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B69 is #CDC496. Grayscale: #3D3D3D. Windows color (decimal): -13485207 or 6896434. OLE color: 6896434.
HSL color Cylindrical-coordinate representation of color #323B69: hue angle of 230.18º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #323B69 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 59 | 105 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.59 |
| HSL | 230.18º | 0.35% | 0.3% | - |
| HSV(B) | 230.18º | 0.52% | 0.41% | - |
| XYZ | 5.43 | 4.83 | 14.01 | - |
| YUV | 61.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 105 | 0.52 | 0.44 | 0 | 0.59 | 230.18 | 0.35 | 0.3 |
| Hex | 32 | 3B | 69 | 34 | 2C | 0 | 3B | E6 | 23 | 1E |
| Octal | 62 | 73 | 151 | 64 | 54 | 0 | 73 | 346 | 43 | 36 |
| Binary | 110010 | 111011 | 1101001 | 110100 | 101100 | 0 | 111011 | 11100110 | 100011 | 11110 |
Color Harmonies of #323B69
Complementary color
Monochromatic Colors of #323B69
Black with #323B69
Text Example
Text Example
White with #323B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B69; }
p { color: rgb(50,59,105); }
H1.HeaderClassName
{
color: #323B69;
}
.AnyTagClassName
{
color: #323B69;
}
</style>
background-color css
<style>
a { background-color: #323B69; }
a { background-color: rgb(50,59,105); }
div.DivClassName
{
background-color: #323B69;
}
.BgClassName
{
background-color: #323B69;
}
</style>
border-color css
<style>
span { border-color: #323B69; }
span { border-color: rgb(50,59,105); }
td.TdClassName
{
border-color: #323B69;
}
.TagClassName
{
border-color: #323B69;
}
</style>