Html Css Color HEX #346EAA Lochmara

📋 copy color: '#346EAA'

red 52 ◦ green 110 ◦ blue 170

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

Shades of Lochmara #346EAA

Tints of Lochmara #346EAA

RGB

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

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

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

R = 15.66%
G = 33.13%
B = 51.2%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#346EAA (or 0x346EAA) is known color: Lochmara. HEX triplet: 34, 6E and AA. RGB value is (52,110,170). Sum of RGB (Red+Green+Blue) = 52+110+170=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #346EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346EAA is #CB9155. Grayscale: #636363. Windows color (decimal): -13341014 or 11169332. OLE color: 11169332.

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

Color convert

RGB 52 110 170 -
CMYK 0.69 0.35 0 0.33
HSL 210.51º 0.53% 0.44% -
HSV(B) 210.51º 0.69% 0.67% -
XYZ 14.25 14.78 40.13 -
YUV 99.5 167.78 94.12 -
System Red Green Blue C M Y K H S L
Decimal 52 110 170 0.69 0.35 0 0.33 210.51 0.53 0.44
Hex 34 6E AA 45 23 0 21 D3 35 2C
Octal 64 156 252 105 43 0 41 323 65 54
Binary 110100 1101110 10101010 1000101 100011 0 100001 11010011 110101 101100

Color Harmonies of #346EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346EAA

Black with #346EAA

Text Example


Text Example

White with #346EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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