Shades of Bay Of Many #343A5D
Tints of Bay Of Many #343A5D
RGB
CMYK
RGB Variations
Color information
#343A5D (or 0x343A5D) is known color: Bay Of Many. HEX triplet: 34, 3A and 5D. RGB value is (52,58,93). Sum of RGB (Red+Green+Blue) = 52+58+93=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #343A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A5D is #CBC5A2. Grayscale: #3C3C3C. Windows color (decimal): -13354403 or 6109748. OLE color: 6109748.
HSL color Cylindrical-coordinate representation of color #343A5D: hue angle of 231.22º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #343A5D is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 58 | 93 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.64 |
| HSL | 231.22º | 0.28% | 0.28% | - |
| HSV(B) | 231.22º | 0.44% | 0.36% | - |
| XYZ | 4.91 | 4.55 | 10.97 | - |
| YUV | 60.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 93 | 0.44 | 0.38 | 0 | 0.64 | 231.22 | 0.28 | 0.28 |
| Hex | 34 | 3A | 5D | 2C | 26 | 0 | 40 | E7 | 1C | 1C |
| Octal | 64 | 72 | 135 | 54 | 46 | 0 | 100 | 347 | 34 | 34 |
| Binary | 110100 | 111010 | 1011101 | 101100 | 100110 | 0 | 1000000 | 11100111 | 11100 | 11100 |
Color Harmonies of #343A5D
Complementary color
Monochromatic Colors of #343A5D
Black with #343A5D
Text Example
Text Example
White with #343A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A5D; }
p { color: rgb(52,58,93); }
H1.HeaderClassName
{
color: #343A5D;
}
.AnyTagClassName
{
color: #343A5D;
}
</style>
background-color css
<style>
a { background-color: #343A5D; }
a { background-color: rgb(52,58,93); }
div.DivClassName
{
background-color: #343A5D;
}
.BgClassName
{
background-color: #343A5D;
}
</style>
border-color css
<style>
span { border-color: #343A5D; }
span { border-color: rgb(52,58,93); }
td.TdClassName
{
border-color: #343A5D;
}
.TagClassName
{
border-color: #343A5D;
}
</style>