#347DA5

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

Shades of Lochmara #347DA5

Tints of Lochmara #347DA5

Color information

#347DA5 (or 0x347DA5) is unknown color: approx Lochmara. HEX triplet: 34, 7D and A5. RGB value is (52,125,165). Sum of RGB (Red+Green+Blue) = 52+125+165=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #347DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347DA5 is #CB825A. Grayscale: #6B6B6B. Windows color (decimal): -13337179 or 10845492. OLE color: 10845492.

HSL color Cylindrical-coordinate representation of color #347DA5: hue angle of 201.24º 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 #347DA5 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB52125165-
CMYK0.680.2400.35
HSL201.24º52.07%42.55%-
HSV(B)201.24º68.48%64.71%-
XYZ15.5418.1138.27-
YUV107.73160.3288.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 125 (49.22% from 255) = 36.55%
BLUE value IS 165 (64.84% from 255) = 48.25%
R=15.20%
G=36.55%
B=48.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521251650.680.2400.35201.2452.0742.55
Hex347DA54418023c9342b
Octal64175245104300433116453
Binary110100111110110100101100010011000010001111001001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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