#347AA3

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

Shades of Lochmara #347AA3

Tints of Lochmara #347AA3

Color information

#347AA3 (or 0x347AA3) is unknown color: approx Lochmara. HEX triplet: 34, 7A and A3. RGB value is (52,122,163). Sum of RGB (Red+Green+Blue) = 52+122+163=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #347AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AA3 is #CB855C. Grayscale: #696969. Windows color (decimal): -13337949 or 10713652. OLE color: 10713652.

HSL color Cylindrical-coordinate representation of color #347AA3: hue angle of 202.16º degrees, saturation: 0.52, 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 #347AA3 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52122163-
CMYK0.680.2500.36
HSL202.16º51.63%42.16%-
HSV(B)202.16º68.1%63.92%-
XYZ14.9917.2937.2-
YUV105.74160.3189.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 163 (64.06% from 255) = 48.37%
R=15.43%
G=36.20%
B=48.37%

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
Decimal521221630.680.2500.36202.1651.6342.16
Hex347AA34419024ca342a
Octal64172243104310443126452
Binary110100111101010100011100010011001010010011001010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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