Html Css Color HEX #346EAD Lochmara

📋 copy color: '#346EAD'

red 52 ◦ green 110 ◦ blue 173

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

Shades of Lochmara #346EAD

Tints of Lochmara #346EAD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

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

R = 15.52%
G = 32.84%
B = 51.64%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#346EAD (or 0x346EAD) is known color: Lochmara. HEX triplet: 34, 6E and AD. RGB value is (52,110,173). Sum of RGB (Red+Green+Blue) = 52+110+173=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #346EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346EAD is #CB9152. Grayscale: #636363. Windows color (decimal): -13341011 or 11365940. OLE color: 11365940.

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

Color convert

RGB 52 110 173 -
CMYK 0.70 0.36 0 0.32
HSL 211.24º 0.54% 0.44% -
HSV(B) 211.24º 0.7% 0.68% -
XYZ 14.53 14.9 41.64 -
YUV 99.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 52 110 173 0.70 0.36 0 0.32 211.24 0.54 0.44
Hex 34 6E AD 46 24 0 20 D3 36 2C
Octal 64 156 255 106 44 0 40 323 66 54
Binary 110100 1101110 10101101 1000110 100100 0 100000 11010011 110110 101100

Color Harmonies of #346EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EAD

Black with #346EAD

Text Example


Text Example

White with #346EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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