Shades of Bay Of Many #343B65
Tints of Bay Of Many #343B65
RGB
CMYK
RGB Variations
Color information
#343B65 (or 0x343B65) is known color: Bay Of Many. HEX triplet: 34, 3B and 65. RGB value is (52,59,101). Sum of RGB (Red+Green+Blue) = 52+59+101=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #343B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B65 is #CBC49A. Grayscale: #3D3D3D. Windows color (decimal): -13354139 or 6634292. OLE color: 6634292.
HSL color Cylindrical-coordinate representation of color #343B65: hue angle of 231.43º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #343B65 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 59 | 101 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.60 |
| HSL | 231.43º | 0.32% | 0.3% | - |
| HSV(B) | 231.43º | 0.49% | 0.4% | - |
| XYZ | 5.33 | 4.8 | 12.96 | - |
| YUV | 61.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 101 | 0.49 | 0.42 | 0 | 0.60 | 231.43 | 0.32 | 0.3 |
| Hex | 34 | 3B | 65 | 31 | 2A | 0 | 3C | E7 | 20 | 1E |
| Octal | 64 | 73 | 145 | 61 | 52 | 0 | 74 | 347 | 40 | 36 |
| Binary | 110100 | 111011 | 1100101 | 110001 | 101010 | 0 | 111100 | 11100111 | 100000 | 11110 |
Color Harmonies of #343B65
Complementary color
Monochromatic Colors of #343B65
Black with #343B65
Text Example
Text Example
White with #343B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B65; }
p { color: rgb(52,59,101); }
H1.HeaderClassName
{
color: #343B65;
}
.AnyTagClassName
{
color: #343B65;
}
</style>
background-color css
<style>
a { background-color: #343B65; }
a { background-color: rgb(52,59,101); }
div.DivClassName
{
background-color: #343B65;
}
.BgClassName
{
background-color: #343B65;
}
</style>
border-color css
<style>
span { border-color: #343B65; }
span { border-color: rgb(52,59,101); }
td.TdClassName
{
border-color: #343B65;
}
.TagClassName
{
border-color: #343B65;
}
</style>