#347CAA

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

Shades of Lochmara #347CAA

Tints of Lochmara #347CAA

Color information

#347CAA (or 0x347CAA) is unknown color: approx Lochmara. HEX triplet: 34, 7C and AA. RGB value is (52,124,170). Sum of RGB (Red+Green+Blue) = 52+124+170=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #347CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347CAA is #CB8355. Grayscale: #6B6B6B. Windows color (decimal): -13337430 or 11172916. OLE color: 11172916.

HSL color Cylindrical-coordinate representation of color #347CAA: hue angle of 203.39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #347CAA is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52124170-
CMYK0.690.2700.33
HSL203.39º53.15%43.53%-
HSV(B)203.39º69.41%66.67%-
XYZ15.8818.0540.68-
YUV107.72163.1588.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=15.03%
G=35.84%
B=49.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521241700.690.2700.33203.3953.1543.53
Hex347CAA451B021cb352c
Octal64174252105330413136554
Binary110100111110010101010100010111011010000111001011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,124,170); }

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

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

 a { background-color: rgb(52,124,170); }

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

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

 span { border-color: rgb(52,124,170); }

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