Shades of Lochmara #346CB1
Tints of Lochmara #346CB1
RGB
CMYK
RGB Variations
Color information
#346CB1 (or 0x346CB1) is known color: Lochmara. HEX triplet: 34, 6C and B1. RGB value is (52,108,177). Sum of RGB (Red+Green+Blue) = 52+108+177=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #346CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346CB1 is #CB934E. Grayscale: #626262. Windows color (decimal): -13341519 or 11627572. OLE color: 11627572.
HSL color Cylindrical-coordinate representation of color #346CB1: hue angle of 213.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #346CB1 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 108 | 177 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.31 |
| HSL | 213.12º | 0.55% | 0.45% | - |
| HSV(B) | 213.12º | 0.71% | 0.69% | - |
| XYZ | 14.71 | 14.63 | 43.64 | - |
| YUV | 99.12 | 171.95 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 177 | 0.71 | 0.39 | 0 | 0.31 | 213.12 | 0.55 | 0.45 |
| Hex | 34 | 6C | B1 | 47 | 27 | 0 | 1F | D5 | 37 | 2D |
| Octal | 64 | 154 | 261 | 107 | 47 | 0 | 37 | 325 | 67 | 55 |
| Binary | 110100 | 1101100 | 10110001 | 1000111 | 100111 | 0 | 11111 | 11010101 | 110111 | 101101 |
Color Harmonies of #346CB1
Complementary color
Monochromatic Colors of #346CB1
Black with #346CB1
Text Example
Text Example
White with #346CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CB1; }
p { color: rgb(52,108,177); }
H1.HeaderClassName
{
color: #346CB1;
}
.AnyTagClassName
{
color: #346CB1;
}
</style>
background-color css
<style>
a { background-color: #346CB1; }
a { background-color: rgb(52,108,177); }
div.DivClassName
{
background-color: #346CB1;
}
.BgClassName
{
background-color: #346CB1;
}
</style>
border-color css
<style>
span { border-color: #346CB1; }
span { border-color: rgb(52,108,177); }
td.TdClassName
{
border-color: #346CB1;
}
.TagClassName
{
border-color: #346CB1;
}
</style>