Html Css Color HEX #346FAD Lochmara

📋 copy color: '#346FAD'

red 52 ◦ green 111 ◦ blue 173

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

Shades of Lochmara #346FAD

Tints of Lochmara #346FAD

RGB

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

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

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

R = 15.48%
G = 33.04%
B = 51.49%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#346FAD (or 0x346FAD) is known color: Lochmara. HEX triplet: 34, 6F and AD. RGB value is (52,111,173). Sum of RGB (Red+Green+Blue) = 52+111+173=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #346FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346FAD is #CB9052. Grayscale: #646464. Windows color (decimal): -13340755 or 11366196. OLE color: 11366196.

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

Color convert

RGB 52 111 173 -
CMYK 0.70 0.36 0 0.32
HSL 210.74º 0.54% 0.44% -
HSV(B) 210.74º 0.7% 0.68% -
XYZ 14.64 15.12 41.68 -
YUV 100.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 52 111 173 0.70 0.36 0 0.32 210.74 0.54 0.44
Hex 34 6F AD 46 24 0 20 D3 36 2C
Octal 64 157 255 106 44 0 40 323 66 54
Binary 110100 1101111 10101101 1000110 100100 0 100000 11010011 110110 101100

Color Harmonies of #346FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FAD

Black with #346FAD

Text Example


Text Example

White with #346FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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