Shades of Bay Of Many #343D5F
Tints of Bay Of Many #343D5F
RGB
CMYK
RGB Variations
Color information
#343D5F (or 0x343D5F) is known color: Bay Of Many. HEX triplet: 34, 3D and 5F. RGB value is (52,61,95). Sum of RGB (Red+Green+Blue) = 52+61+95=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #343D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D5F is #CBC2A0. Grayscale: #3E3E3E. Windows color (decimal): -13353633 or 6241588. OLE color: 6241588.
HSL color Cylindrical-coordinate representation of color #343D5F: hue angle of 227.44º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #343D5F is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 61 | 95 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.63 |
| HSL | 227.44º | 0.29% | 0.29% | - |
| HSV(B) | 227.44º | 0.45% | 0.37% | - |
| XYZ | 5.15 | 4.89 | 11.5 | - |
| YUV | 62.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 95 | 0.45 | 0.36 | 0 | 0.63 | 227.44 | 0.29 | 0.29 |
| Hex | 34 | 3D | 5F | 2D | 24 | 0 | 3F | E3 | 1D | 1D |
| Octal | 64 | 75 | 137 | 55 | 44 | 0 | 77 | 343 | 35 | 35 |
| Binary | 110100 | 111101 | 1011111 | 101101 | 100100 | 0 | 111111 | 11100011 | 11101 | 11101 |
Color Harmonies of #343D5F
Complementary color
Monochromatic Colors of #343D5F
Black with #343D5F
Text Example
Text Example
White with #343D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D5F; }
p { color: rgb(52,61,95); }
H1.HeaderClassName
{
color: #343D5F;
}
.AnyTagClassName
{
color: #343D5F;
}
</style>
background-color css
<style>
a { background-color: #343D5F; }
a { background-color: rgb(52,61,95); }
div.DivClassName
{
background-color: #343D5F;
}
.BgClassName
{
background-color: #343D5F;
}
</style>
border-color css
<style>
span { border-color: #343D5F; }
span { border-color: rgb(52,61,95); }
td.TdClassName
{
border-color: #343D5F;
}
.TagClassName
{
border-color: #343D5F;
}
</style>