#346FA7

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

Shades of Lochmara #346FA7

Tints of Lochmara #346FA7

Color information

#346FA7 (or 0x346FA7) is unknown color: approx Lochmara. HEX triplet: 34, 6F and A7. RGB value is (52,111,167). Sum of RGB (Red+Green+Blue) = 52+111+167=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 167 (65.62% from 255 or 50.61% from 330); Max value from RGB is 167 - color contains mainly: blue. Hex color #346FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346FA7 is #CB9058. Grayscale: #636363. Windows color (decimal): -13340761 or 10972980. OLE color: 10972980.

HSL color Cylindrical-coordinate representation of color #346FA7: hue angle of 209.22º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #346FA7 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB52111167-
CMYK0.690.3400.35
HSL209.22º52.51%42.94%-
HSV(B)209.22º68.86%65.49%-
XYZ14.0814.8938.69-
YUV99.74165.9593.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 167 (65.62% from 255) = 50.61%
R=15.76%
G=33.64%
B=50.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521111670.690.3400.35209.2252.5142.94
Hex346FA74522023d1352b
Octal64157247105420433216553
Binary1101001101111101001111000101100010010001111010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,111,167); }

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

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

 a { background-color: rgb(52,111,167); }

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

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

 span { border-color: rgb(52,111,167); }

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