#347AA2

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

Shades of Lochmara #347AA2

Tints of Lochmara #347AA2

Color information

#347AA2 (or 0x347AA2) is unknown color: approx Lochmara. HEX triplet: 34, 7A and A2. RGB value is (52,122,162). Sum of RGB (Red+Green+Blue) = 52+122+162=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #347AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AA2 is #CB855D. Grayscale: #696969. Windows color (decimal): -13337950 or 10648116. OLE color: 10648116.

HSL color Cylindrical-coordinate representation of color #347AA2: hue angle of 201.82º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #347AA2 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52122162-
CMYK0.680.2500.36
HSL201.82º51.4%41.96%-
HSV(B)201.82º67.9%63.53%-
XYZ14.917.2636.73-
YUV105.63159.8189.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 162 (63.67% from 255) = 48.21%
R=15.48%
G=36.31%
B=48.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521221620.680.2500.36201.8251.441.96
Hex347AA24419024ca332a
Octal64172242104310443126352
Binary110100111101010100010100010011001010010011001010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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