Shades of Bay Of Many #34466A
Tints of Bay Of Many #34466A
RGB
CMYK
RGB Variations
Color information
#34466A (or 0x34466A) is known color: Bay Of Many. HEX triplet: 34, 46 and 6A. RGB value is (52,70,106). Sum of RGB (Red+Green+Blue) = 52+70+106=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #34466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34466A is #CBB995. Grayscale: #444444. Windows color (decimal): -13351318 or 6964788. OLE color: 6964788.
HSL color Cylindrical-coordinate representation of color #34466A: hue angle of 220º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34466A is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 70 | 106 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.58 |
| HSL | 220º | 0.34% | 0.31% | - |
| HSV(B) | 220º | 0.51% | 0.42% | - |
| XYZ | 6.21 | 6.15 | 14.5 | - |
| YUV | 68.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 106 | 0.51 | 0.34 | 0 | 0.58 | 220 | 0.34 | 0.31 |
| Hex | 34 | 46 | 6A | 33 | 22 | 0 | 3A | DC | 22 | 1F |
| Octal | 64 | 106 | 152 | 63 | 42 | 0 | 72 | 334 | 42 | 37 |
| Binary | 110100 | 1000110 | 1101010 | 110011 | 100010 | 0 | 111010 | 11011100 | 100010 | 11111 |
Color Harmonies of #34466A
Complementary color
Monochromatic Colors of #34466A
Black with #34466A
Text Example
Text Example
White with #34466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34466A; }
p { color: rgb(52,70,106); }
H1.HeaderClassName
{
color: #34466A;
}
.AnyTagClassName
{
color: #34466A;
}
</style>
background-color css
<style>
a { background-color: #34466A; }
a { background-color: rgb(52,70,106); }
div.DivClassName
{
background-color: #34466A;
}
.BgClassName
{
background-color: #34466A;
}
</style>
border-color css
<style>
span { border-color: #34466A; }
span { border-color: rgb(52,70,106); }
td.TdClassName
{
border-color: #34466A;
}
.TagClassName
{
border-color: #34466A;
}
</style>