Shades of Bay Of Many #343F6A
Tints of Bay Of Many #343F6A
RGB
CMYK
RGB Variations
Color information
#343F6A (or 0x343F6A) is known color: Bay Of Many. HEX triplet: 34, 3F and 6A. RGB value is (52,63,106). Sum of RGB (Red+Green+Blue) = 52+63+106=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #343F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F6A is #CBC095. Grayscale: #404040. Windows color (decimal): -13353110 or 6962996. OLE color: 6962996.
HSL color Cylindrical-coordinate representation of color #343F6A: hue angle of 227.78º 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 #343F6A is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 63 | 106 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.58 |
| HSL | 227.78º | 0.34% | 0.31% | - |
| HSV(B) | 227.78º | 0.51% | 0.42% | - |
| XYZ | 5.8 | 5.33 | 14.36 | - |
| YUV | 64.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 106 | 0.51 | 0.41 | 0 | 0.58 | 227.78 | 0.34 | 0.31 |
| Hex | 34 | 3F | 6A | 33 | 29 | 0 | 3A | E4 | 22 | 1F |
| Octal | 64 | 77 | 152 | 63 | 51 | 0 | 72 | 344 | 42 | 37 |
| Binary | 110100 | 111111 | 1101010 | 110011 | 101001 | 0 | 111010 | 11100100 | 100010 | 11111 |
Color Harmonies of #343F6A
Complementary color
Monochromatic Colors of #343F6A
Black with #343F6A
Text Example
Text Example
White with #343F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F6A; }
p { color: rgb(52,63,106); }
H1.HeaderClassName
{
color: #343F6A;
}
.AnyTagClassName
{
color: #343F6A;
}
</style>
background-color css
<style>
a { background-color: #343F6A; }
a { background-color: rgb(52,63,106); }
div.DivClassName
{
background-color: #343F6A;
}
.BgClassName
{
background-color: #343F6A;
}
</style>
border-color css
<style>
span { border-color: #343F6A; }
span { border-color: rgb(52,63,106); }
td.TdClassName
{
border-color: #343F6A;
}
.TagClassName
{
border-color: #343F6A;
}
</style>