Html Css Color HEX #346BAE Lochmara

📋 copy color: '#346BAE'

red 52 ◦ green 107 ◦ blue 174

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

Shades of Lochmara #346BAE

Tints of Lochmara #346BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 15.62%
G = 32.13%
B = 52.25%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#346BAE (or 0x346BAE) is known color: Lochmara. HEX triplet: 34, 6B and AE. RGB value is (52,107,174). Sum of RGB (Red+Green+Blue) = 52+107+174=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #346BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BAE is #CB9451. Grayscale: #616161. Windows color (decimal): -13341778 or 11430708. OLE color: 11430708.

HSL color Cylindrical-coordinate representation of color #346BAE: hue angle of 212.95º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #346BAE is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 107 174 -
CMYK 0.70 0.39 0 0.32
HSL 212.95º 0.54% 0.44% -
HSV(B) 212.95º 0.7% 0.68% -
XYZ 14.31 14.3 42.05 -
YUV 98.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 52 107 174 0.70 0.39 0 0.32 212.95 0.54 0.44
Hex 34 6B AE 46 27 0 20 D5 36 2C
Octal 64 153 256 106 47 0 40 325 66 54
Binary 110100 1101011 10101110 1000110 100111 0 100000 11010101 110110 101100

Color Harmonies of #346BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BAE

Black with #346BAE

Text Example


Text Example

White with #346BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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