Shades of Bay Of Many #344063
Tints of Bay Of Many #344063
RGB
CMYK
RGB Variations
Color information
#344063 (or 0x344063) is known color: Bay Of Many. HEX triplet: 34, 40 and 63. RGB value is (52,64,99). Sum of RGB (Red+Green+Blue) = 52+64+99=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #344063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344063 is #CBBF9C. Grayscale: #404040. Windows color (decimal): -13352861 or 6504500. OLE color: 6504500.
HSL color Cylindrical-coordinate representation of color #344063: hue angle of 224.68º 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 #344063 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 64 | 99 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.61 |
| HSL | 224.68º | 0.31% | 0.3% | - |
| HSV(B) | 224.68º | 0.47% | 0.39% | - |
| XYZ | 5.5 | 5.3 | 12.54 | - |
| YUV | 64.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 99 | 0.47 | 0.35 | 0 | 0.61 | 224.68 | 0.31 | 0.3 |
| Hex | 34 | 40 | 63 | 2F | 23 | 0 | 3D | E1 | 1F | 1E |
| Octal | 64 | 100 | 143 | 57 | 43 | 0 | 75 | 341 | 37 | 36 |
| Binary | 110100 | 1000000 | 1100011 | 101111 | 100011 | 0 | 111101 | 11100001 | 11111 | 11110 |
Color Harmonies of #344063
Complementary color
Monochromatic Colors of #344063
Black with #344063
Text Example
Text Example
White with #344063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344063; }
p { color: rgb(52,64,99); }
H1.HeaderClassName
{
color: #344063;
}
.AnyTagClassName
{
color: #344063;
}
</style>
background-color css
<style>
a { background-color: #344063; }
a { background-color: rgb(52,64,99); }
div.DivClassName
{
background-color: #344063;
}
.BgClassName
{
background-color: #344063;
}
</style>
border-color css
<style>
span { border-color: #344063; }
span { border-color: rgb(52,64,99); }
td.TdClassName
{
border-color: #344063;
}
.TagClassName
{
border-color: #344063;
}
</style>