#346BB7

Color #346BB7 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #346BB7

Tints of Lochmara #346BB7

Color information

#346BB7 (or 0x346BB7) is unknown color: approx Lochmara. HEX triplet: 34, 6B and B7. RGB value is (52,107,183). Sum of RGB (Red+Green+Blue) = 52+107+183=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #346BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BB7 is #CB9448. Grayscale: #626262. Windows color (decimal): -13341769 or 12020532. OLE color: 12020532.

HSL color Cylindrical-coordinate representation of color #346BB7: hue angle of 214.81º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346BB7 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB52107183-
CMYK0.720.4200.28
HSL214.81º55.74%46.08%-
HSV(B)214.81º71.58%71.76%-
XYZ15.2214.6646.83-
YUV99.22175.2894.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 183 (71.88% from 255) = 53.51%
R=15.20%
G=31.29%
B=53.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521071830.720.4200.28214.8155.7446.08
Hex346BB7482A01Cd7382e
Octal64153267110520343277056
Binary110100110101110110111100100010101001110011010111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346BB7; }

 p { color: rgb(52,107,183); }

 H1.HeaderClassName
 {
   color: #346BB7;
 }
 .AnyTagClassName
 {
   color: #346BB7;
 }
</style>
background-color css

<style>
 a { background-color: #346BB7; }

 a { background-color: rgb(52,107,183); }

 div.DivClassName
 {
   background-color: #346BB7;
 }
 .BgClassName
 {
   background-color: #346BB7;
 }
</style>
border-color css

<style>
 span { border-color: #346BB7; }

 span { border-color: rgb(52,107,183); }

 td.TdClassName
 {
   border-color: #346BB7;
 }
 .TagClassName
 {
   border-color: #346BB7;
 }
</style>