#347FA5

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

Shades of Lochmara #347FA5

Tints of Lochmara #347FA5

Color information

#347FA5 (or 0x347FA5) is unknown color: approx Lochmara. HEX triplet: 34, 7F and A5. RGB value is (52,127,165). Sum of RGB (Red+Green+Blue) = 52+127+165=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #347FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347FA5 is #CB805A. Grayscale: #6C6C6C. Windows color (decimal): -13336667 or 10846004. OLE color: 10846004.

HSL color Cylindrical-coordinate representation of color #347FA5: hue angle of 200.18º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #347FA5 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB52127165-
CMYK0.680.2300.35
HSL200.18º52.07%42.55%-
HSV(B)200.18º68.48%64.71%-
XYZ15.818.6338.36-
YUV108.91159.6587.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=15.12%
G=36.92%
B=47.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521271650.680.2300.35200.1852.0742.55
Hex347FA54417023c8342b
Octal64177245104270433106453
Binary110100111111110100101100010010111010001111001000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,127,165); }

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

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

 a { background-color: rgb(52,127,165); }

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

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

 span { border-color: rgb(52,127,165); }

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