Html Css Color HEX #346BAB Lochmara

📋 copy color: '#346BAB'

red 52 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #346BAB

Tints of Lochmara #346BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 15.76%
G = 32.42%
B = 51.82%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#346BAB (or 0x346BAB) is known color: Lochmara. HEX triplet: 34, 6B and AB. RGB value is (52,107,171). Sum of RGB (Red+Green+Blue) = 52+107+171=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #346BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BAB is #CB9454. Grayscale: #616161. Windows color (decimal): -13341781 or 11234100. OLE color: 11234100.

HSL color Cylindrical-coordinate representation of color #346BAB: hue angle of 212.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #346BAB is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 107 171 -
CMYK 0.70 0.37 0 0.33
HSL 212.27º 0.53% 0.44% -
HSV(B) 212.27º 0.7% 0.67% -
XYZ 14.02 14.19 40.53 -
YUV 97.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 52 107 171 0.70 0.37 0 0.33 212.27 0.53 0.44
Hex 34 6B AB 46 25 0 21 D4 35 2C
Octal 64 153 253 106 45 0 41 324 65 54
Binary 110100 1101011 10101011 1000110 100101 0 100001 11010100 110101 101100

Color Harmonies of #346BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346BAB

Black with #346BAB

Text Example


Text Example

White with #346BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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