#347AA5

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

Shades of Lochmara #347AA5

Tints of Lochmara #347AA5

Color information

#347AA5 (or 0x347AA5) is unknown color: approx Lochmara. HEX triplet: 34, 7A and A5. RGB value is (52,122,165). Sum of RGB (Red+Green+Blue) = 52+122+165=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #347AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AA5 is #CB855A. Grayscale: #696969. Windows color (decimal): -13337947 or 10844724. OLE color: 10844724.

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

Color convert

RGB52122165-
CMYK0.680.2600.35
HSL202.83º52.07%42.55%-
HSV(B)202.83º68.48%64.71%-
XYZ15.1717.3738.15-
YUV105.97161.3189.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 165 (64.84% from 255) = 48.67%
R=15.34%
G=35.99%
B=48.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521221650.680.2600.35202.8352.0742.55
Hex347AA5441A023cb342b
Octal64172245104320433136453
Binary110100111101010100101100010011010010001111001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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