Html Css Color HEX #346FAA Lochmara

📋 copy color: '#346FAA'

red 52 ◦ green 111 ◦ blue 170

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

Shades of Lochmara #346FAA

Tints of Lochmara #346FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

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

R = 15.62%
G = 33.33%
B = 51.05%

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

#346FAA (or 0x346FAA) is known color: Lochmara. HEX triplet: 34, 6F and AA. RGB value is (52,111,170). Sum of RGB (Red+Green+Blue) = 52+111+170=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #346FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346FAA is #CB9055. Grayscale: #636363. Windows color (decimal): -13340758 or 11169588. OLE color: 11169588.

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

Color convert

RGB 52 111 170 -
CMYK 0.69 0.35 0 0.33
HSL 210º 0.53% 0.44% -
HSV(B) 210º 0.69% 0.67% -
XYZ 14.36 15 40.17 -
YUV 100.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 52 111 170 0.69 0.35 0 0.33 210 0.53 0.44
Hex 34 6F AA 45 23 0 21 D2 35 2C
Octal 64 157 252 105 43 0 41 322 65 54
Binary 110100 1101111 10101010 1000101 100011 0 100001 11010010 110101 101100

Color Harmonies of #346FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FAA

Black with #346FAA

Text Example


Text Example

White with #346FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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