#347AAB

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

Shades of Lochmara #347AAB

Tints of Lochmara #347AAB

Color information

#347AAB (or 0x347AAB) is unknown color: approx Lochmara. HEX triplet: 34, 7A and AB. RGB value is (52,122,171). Sum of RGB (Red+Green+Blue) = 52+122+171=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #347AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AAB is #CB8554. Grayscale: #6A6A6A. Windows color (decimal): -13337941 or 11237940. OLE color: 11237940.

HSL color Cylindrical-coordinate representation of color #347AAB: hue angle of 204.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #347AAB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52122171-
CMYK0.700.2900.33
HSL204.71º53.36%43.73%-
HSV(B)204.71º69.59%67.06%-
XYZ15.7317.5941.09-
YUV106.66164.3189.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.07%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=15.07%
G=35.36%
B=49.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521221710.700.2900.33204.7153.3643.73
Hex347AAB461D021cd352c
Octal64172253106350413156554
Binary110100111101010101011100011011101010000111001101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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