#347AA6

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

Shades of Lochmara #347AA6

Tints of Lochmara #347AA6

Color information

#347AA6 (or 0x347AA6) is unknown color: approx Lochmara. HEX triplet: 34, 7A and A6. RGB value is (52,122,166). Sum of RGB (Red+Green+Blue) = 52+122+166=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 166 - color contains mainly: blue. Hex color #347AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AA6 is #CB8559. Grayscale: #696969. Windows color (decimal): -13337946 or 10910260. OLE color: 10910260.

HSL color Cylindrical-coordinate representation of color #347AA6: hue angle of 203.16º degrees, saturation: 0.52, 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 #347AA6 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB52122166-
CMYK0.690.2700.35
HSL203.16º52.29%42.75%-
HSV(B)203.16º68.67%65.1%-
XYZ15.2617.438.63-
YUV106.09161.8189.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 166 (65.23% from 255) = 48.82%
R=15.29%
G=35.88%
B=48.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521221660.690.2700.35203.1652.2942.75
Hex347AA6451B023cb342b
Octal64172246105330433136453
Binary110100111101010100110100010111011010001111001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347AA6; }

 p { color: rgb(52,122,166); }

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

<style>
 a { background-color: #347AA6; }

 a { background-color: rgb(52,122,166); }

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

<style>
 span { border-color: #347AA6; }

 span { border-color: rgb(52,122,166); }

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