Html Css Color HEX #346DAA Lochmara

📋 copy color: '#346DAA'

red 52 ◦ green 109 ◦ blue 170

#346DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #346DAA

Tints of Lochmara #346DAA

RGB

 RED value IS 52 (20.7% from 255) = 15.71%

 GREEN value IS 109 (42.97% from 255) = 32.93%

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 15.71%
G = 32.93%
B = 51.36%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#346DAA (or 0x346DAA) is known color: Lochmara. HEX triplet: 34, 6D and AA. RGB value is (52,109,170). Sum of RGB (Red+Green+Blue) = 52+109+170=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #346DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346DAA is #CB9255. Grayscale: #626262. Windows color (decimal): -13341270 or 11169076. OLE color: 11169076.

HSL color Cylindrical-coordinate representation of color #346DAA: hue angle of 211.02º 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 #346DAA is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 109 170 -
CMYK 0.69 0.36 0 0.33
HSL 211.02º 0.53% 0.44% -
HSV(B) 211.02º 0.69% 0.67% -
XYZ 14.14 14.57 40.1 -
YUV 98.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 52 109 170 0.69 0.36 0 0.33 211.02 0.53 0.44
Hex 34 6D AA 45 24 0 21 D3 35 2C
Octal 64 155 252 105 44 0 41 323 65 54
Binary 110100 1101101 10101010 1000101 100100 0 100001 11010011 110101 101100

Color Harmonies of #346DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DAA

Black with #346DAA

Text Example


Text Example

White with #346DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #346DAA;
 }
 .AnyTagClassName
 {
   color: #346DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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