Html Css Color HEX #346FA5 Lochmara

📋 copy color: '#346FA5'

red 52 ◦ green 111 ◦ blue 165

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

Shades of Lochmara #346FA5

Tints of Lochmara #346FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.3%

R = 15.85%
G = 33.84%
B = 50.3%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#346FA5 (or 0x346FA5) is known color: Lochmara. HEX triplet: 34, 6F and A5. RGB value is (52,111,165). Sum of RGB (Red+Green+Blue) = 52+111+165=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 165 (64.84% from 255 or 50.30% from 328); Max value from RGB is 165 - color contains mainly: blue. Hex color #346FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346FA5 is #CB905A. Grayscale: #636363. Windows color (decimal): -13340763 or 10841908. OLE color: 10841908.

HSL color Cylindrical-coordinate representation of color #346FA5: hue angle of 208.67º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #346FA5 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 111 165 -
CMYK 0.68 0.33 0 0.35
HSL 208.67º 0.52% 0.43% -
HSV(B) 208.67º 0.68% 0.65% -
XYZ 13.89 14.82 37.72 -
YUV 99.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 52 111 165 0.68 0.33 0 0.35 208.67 0.52 0.43
Hex 34 6F A5 44 21 0 23 D1 34 2B
Octal 64 157 245 104 41 0 43 321 64 53
Binary 110100 1101111 10100101 1000100 100001 0 100011 11010001 110100 101011

Color Harmonies of #346FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FA5

Black with #346FA5

Text Example


Text Example

White with #346FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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