Html Css Color HEX #346BAA Lochmara

📋 copy color: '#346BAA'

red 52 ◦ green 107 ◦ blue 170

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

Shades of Lochmara #346BAA

Tints of Lochmara #346BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

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

R = 15.81%
G = 32.52%
B = 51.67%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#346BAA (or 0x346BAA) is known color: Lochmara. HEX triplet: 34, 6B and AA. RGB value is (52,107,170). Sum of RGB (Red+Green+Blue) = 52+107+170=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #346BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BAA is #CB9455. Grayscale: #616161. Windows color (decimal): -13341782 or 11168564. OLE color: 11168564.

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

Color convert

RGB 52 107 170 -
CMYK 0.69 0.37 0 0.33
HSL 212.03º 0.53% 0.44% -
HSV(B) 212.03º 0.69% 0.67% -
XYZ 13.93 14.15 40.03 -
YUV 97.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 52 107 170 0.69 0.37 0 0.33 212.03 0.53 0.44
Hex 34 6B AA 45 25 0 21 D4 35 2C
Octal 64 153 252 105 45 0 41 324 65 54
Binary 110100 1101011 10101010 1000101 100101 0 100001 11010100 110101 101100

Color Harmonies of #346BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BAA

Black with #346BAA

Text Example


Text Example

White with #346BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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