Html Css Color HEX #346DAD Lochmara

📋 copy color: '#346DAD'

red 52 ◦ green 109 ◦ blue 173

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

Shades of Lochmara #346DAD

Tints of Lochmara #346DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 15.57%
G = 32.63%
B = 51.8%

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

#346DAD (or 0x346DAD) is known color: Lochmara. HEX triplet: 34, 6D and AD. RGB value is (52,109,173). Sum of RGB (Red+Green+Blue) = 52+109+173=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #346DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346DAD is #CB9252. Grayscale: #626262. Windows color (decimal): -13341267 or 11365684. OLE color: 11365684.

HSL color Cylindrical-coordinate representation of color #346DAD: hue angle of 211.74º 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 #346DAD is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 109 173 -
CMYK 0.70 0.37 0 0.32
HSL 211.74º 0.54% 0.44% -
HSV(B) 211.74º 0.7% 0.68% -
XYZ 14.43 14.68 41.61 -
YUV 99.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 52 109 173 0.70 0.37 0 0.32 211.74 0.54 0.44
Hex 34 6D AD 46 25 0 20 D4 36 2C
Octal 64 155 255 106 45 0 40 324 66 54
Binary 110100 1101101 10101101 1000110 100101 0 100000 11010100 110110 101100

Color Harmonies of #346DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DAD

Black with #346DAD

Text Example


Text Example

White with #346DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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