#346CA1

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

Shades of Lochmara #346CA1

Tints of Lochmara #346CA1

Color information

#346CA1 (or 0x346CA1) is unknown color: approx Lochmara. HEX triplet: 34, 6C and A1. RGB value is (52,108,161). Sum of RGB (Red+Green+Blue) = 52+108+161=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #346CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346CA1 is #CB935E. Grayscale: #616161. Windows color (decimal): -13341535 or 10578996. OLE color: 10578996.

HSL color Cylindrical-coordinate representation of color #346CA1: hue angle of 209.17º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #346CA1 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB52108161-
CMYK0.680.3300.37
HSL209.17º51.17%41.76%-
HSV(B)209.17º67.7%63.14%-
XYZ13.2114.0335.73-
YUV97.3163.9595.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 161 (63.28% from 255) = 50.16%
R=16.20%
G=33.64%
B=50.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal521081610.680.3300.37209.1751.1741.76
Hex346CA14421025d1332a
Octal64154241104410453216352
Binary1101001101100101000011000100100001010010111010001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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