Shades of Bay Of Many #343A5C
Tints of Bay Of Many #343A5C
RGB
CMYK
RGB Variations
Color information
#343A5C (or 0x343A5C) is known color: Bay Of Many. HEX triplet: 34, 3A and 5C. RGB value is (52,58,92). Sum of RGB (Red+Green+Blue) = 52+58+92=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #343A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A5C is #CBC5A3. Grayscale: #3B3B3B. Windows color (decimal): -13354404 or 6044212. OLE color: 6044212.
HSL color Cylindrical-coordinate representation of color #343A5C: hue angle of 231º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #343A5C is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 58 | 92 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.64 |
| HSL | 231º | 0.28% | 0.28% | - |
| HSV(B) | 231º | 0.43% | 0.36% | - |
| XYZ | 4.86 | 4.53 | 10.74 | - |
| YUV | 60.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 92 | 0.43 | 0.37 | 0 | 0.64 | 231 | 0.28 | 0.28 |
| Hex | 34 | 3A | 5C | 2B | 25 | 0 | 40 | E7 | 1C | 1C |
| Octal | 64 | 72 | 134 | 53 | 45 | 0 | 100 | 347 | 34 | 34 |
| Binary | 110100 | 111010 | 1011100 | 101011 | 100101 | 0 | 1000000 | 11100111 | 11100 | 11100 |
Color Harmonies of #343A5C
Complementary color
Monochromatic Colors of #343A5C
Black with #343A5C
Text Example
Text Example
White with #343A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A5C; }
p { color: rgb(52,58,92); }
H1.HeaderClassName
{
color: #343A5C;
}
.AnyTagClassName
{
color: #343A5C;
}
</style>
background-color css
<style>
a { background-color: #343A5C; }
a { background-color: rgb(52,58,92); }
div.DivClassName
{
background-color: #343A5C;
}
.BgClassName
{
background-color: #343A5C;
}
</style>
border-color css
<style>
span { border-color: #343A5C; }
span { border-color: rgb(52,58,92); }
td.TdClassName
{
border-color: #343A5C;
}
.TagClassName
{
border-color: #343A5C;
}
</style>