Html Css Color HEX #346BAD Lochmara

📋 copy color: '#346BAD'

red 52 ◦ green 107 ◦ blue 173

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

Shades of Lochmara #346BAD

Tints of Lochmara #346BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.11%

R = 15.66%
G = 32.23%
B = 52.11%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#346BAD (or 0x346BAD) is known color: Lochmara. HEX triplet: 34, 6B and AD. RGB value is (52,107,173). Sum of RGB (Red+Green+Blue) = 52+107+173=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #346BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BAD is #CB9452. Grayscale: #616161. Windows color (decimal): -13341779 or 11365172. OLE color: 11365172.

HSL color Cylindrical-coordinate representation of color #346BAD: hue angle of 212.73º 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 #346BAD is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 107 173 -
CMYK 0.70 0.38 0 0.32
HSL 212.73º 0.54% 0.44% -
HSV(B) 212.73º 0.7% 0.68% -
XYZ 14.22 14.26 41.54 -
YUV 98.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 52 107 173 0.70 0.38 0 0.32 212.73 0.54 0.44
Hex 34 6B AD 46 26 0 20 D5 36 2C
Octal 64 153 255 106 46 0 40 325 66 54
Binary 110100 1101011 10101101 1000110 100110 0 100000 11010101 110110 101100

Color Harmonies of #346BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BAD

Black with #346BAD

Text Example


Text Example

White with #346BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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