Html Css Color HEX #346EAE Lochmara

📋 copy color: '#346EAE'

red 52 ◦ green 110 ◦ blue 174

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

Shades of Lochmara #346EAE

Tints of Lochmara #346EAE

RGB

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

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

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

R = 15.48%
G = 32.74%
B = 51.79%

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

#346EAE (or 0x346EAE) is known color: Lochmara. HEX triplet: 34, 6E and AE. RGB value is (52,110,174). Sum of RGB (Red+Green+Blue) = 52+110+174=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #346EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346EAE is #CB9151. Grayscale: #636363. Windows color (decimal): -13341010 or 11431476. OLE color: 11431476.

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

Color convert

RGB 52 110 174 -
CMYK 0.70 0.37 0 0.32
HSL 211.48º 0.54% 0.44% -
HSV(B) 211.48º 0.7% 0.68% -
XYZ 14.63 14.94 42.16 -
YUV 99.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 52 110 174 0.70 0.37 0 0.32 211.48 0.54 0.44
Hex 34 6E AE 46 25 0 20 D3 36 2C
Octal 64 156 256 106 45 0 40 323 66 54
Binary 110100 1101110 10101110 1000110 100101 0 100000 11010011 110110 101100

Color Harmonies of #346EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EAE

Black with #346EAE

Text Example


Text Example

White with #346EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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