Html Css Color HEX #346DAE Lochmara

📋 copy color: '#346DAE'

red 52 ◦ green 109 ◦ blue 174

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

Shades of Lochmara #346DAE

Tints of Lochmara #346DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 15.52%
G = 32.54%
B = 51.94%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#346DAE (or 0x346DAE) is known color: Lochmara. HEX triplet: 34, 6D and AE. RGB value is (52,109,174). Sum of RGB (Red+Green+Blue) = 52+109+174=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #346DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346DAE is #CB9251. Grayscale: #636363. Windows color (decimal): -13341266 or 11431220. OLE color: 11431220.

HSL color Cylindrical-coordinate representation of color #346DAE: hue angle of 211.97º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #346DAE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 109 174 -
CMYK 0.70 0.37 0 0.32
HSL 211.97º 0.54% 0.44% -
HSV(B) 211.97º 0.7% 0.68% -
XYZ 14.52 14.72 42.12 -
YUV 99.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 52 109 174 0.70 0.37 0 0.32 211.97 0.54 0.44
Hex 34 6D AE 46 25 0 20 D4 36 2C
Octal 64 155 256 106 45 0 40 324 66 54
Binary 110100 1101101 10101110 1000110 100101 0 100000 11010100 110110 101100

Color Harmonies of #346DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DAE

Black with #346DAE

Text Example


Text Example

White with #346DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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