Shades of Bay Of Many #343B63
Tints of Bay Of Many #343B63
RGB
CMYK
RGB Variations
Color information
#343B63 (or 0x343B63) is known color: Bay Of Many. HEX triplet: 34, 3B and 63. RGB value is (52,59,99). Sum of RGB (Red+Green+Blue) = 52+59+99=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #343B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B63 is #CBC49C. Grayscale: #3D3D3D. Windows color (decimal): -13354141 or 6503220. OLE color: 6503220.
HSL color Cylindrical-coordinate representation of color #343B63: hue angle of 231.06º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #343B63 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 59 | 99 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.61 |
| HSL | 231.06º | 0.31% | 0.3% | - |
| HSV(B) | 231.06º | 0.47% | 0.39% | - |
| XYZ | 5.23 | 4.76 | 12.45 | - |
| YUV | 61.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 99 | 0.47 | 0.40 | 0 | 0.61 | 231.06 | 0.31 | 0.3 |
| Hex | 34 | 3B | 63 | 2F | 28 | 0 | 3D | E7 | 1F | 1E |
| Octal | 64 | 73 | 143 | 57 | 50 | 0 | 75 | 347 | 37 | 36 |
| Binary | 110100 | 111011 | 1100011 | 101111 | 101000 | 0 | 111101 | 11100111 | 11111 | 11110 |
Color Harmonies of #343B63
Complementary color
Monochromatic Colors of #343B63
Black with #343B63
Text Example
Text Example
White with #343B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B63; }
p { color: rgb(52,59,99); }
H1.HeaderClassName
{
color: #343B63;
}
.AnyTagClassName
{
color: #343B63;
}
</style>
background-color css
<style>
a { background-color: #343B63; }
a { background-color: rgb(52,59,99); }
div.DivClassName
{
background-color: #343B63;
}
.BgClassName
{
background-color: #343B63;
}
</style>
border-color css
<style>
span { border-color: #343B63; }
span { border-color: rgb(52,59,99); }
td.TdClassName
{
border-color: #343B63;
}
.TagClassName
{
border-color: #343B63;
}
</style>