#346CA9

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

Shades of Lochmara #346CA9

Tints of Lochmara #346CA9

Color information

#346CA9 (or 0x346CA9) is unknown color: approx Lochmara. HEX triplet: 34, 6C and A9. RGB value is (52,108,169). Sum of RGB (Red+Green+Blue) = 52+108+169=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #346CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346CA9 is #CB9356. Grayscale: #616161. Windows color (decimal): -13341527 or 11103284. OLE color: 11103284.

HSL color Cylindrical-coordinate representation of color #346CA9: hue angle of 211.28º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #346CA9 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB52108169-
CMYK0.690.3600.34
HSL211.28º52.94%43.33%-
HSV(B)211.28º69.23%66.27%-
XYZ13.9414.3239.57-
YUV98.21167.9595.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 169 (66.41% from 255) = 51.37%
R=15.81%
G=32.83%
B=51.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521081690.690.3600.34211.2852.9443.33
Hex346CA94524022d3352b
Octal64154251105440423236553
Binary1101001101100101010011000101100100010001011010011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346CA9; }

 p { color: rgb(52,108,169); }

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

<style>
 a { background-color: #346CA9; }

 a { background-color: rgb(52,108,169); }

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

<style>
 span { border-color: #346CA9; }

 span { border-color: rgb(52,108,169); }

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