Html Css Color HEX #346BA9 Lochmara

📋 copy color: '#346BA9'

red 52 ◦ green 107 ◦ blue 169

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

Shades of Lochmara #346BA9

Tints of Lochmara #346BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.52%

R = 15.85%
G = 32.62%
B = 51.52%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#346BA9 (or 0x346BA9) is known color: Lochmara. HEX triplet: 34, 6B and A9. RGB value is (52,107,169). Sum of RGB (Red+Green+Blue) = 52+107+169=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #346BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BA9 is #CB9456. Grayscale: #616161. Windows color (decimal): -13341783 or 11103028. OLE color: 11103028.

HSL color Cylindrical-coordinate representation of color #346BA9: hue angle of 211.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #346BA9 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 52 107 169 -
CMYK 0.69 0.37 0 0.34
HSL 211.79º 0.53% 0.43% -
HSV(B) 211.79º 0.69% 0.66% -
XYZ 13.84 14.11 39.53 -
YUV 97.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 52 107 169 0.69 0.37 0 0.34 211.79 0.53 0.43
Hex 34 6B A9 45 25 0 22 D4 35 2B
Octal 64 153 251 105 45 0 42 324 65 53
Binary 110100 1101011 10101001 1000101 100101 0 100010 11010100 110101 101011

Color Harmonies of #346BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BA9

Black with #346BA9

Text Example


Text Example

White with #346BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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