Html Css Color HEX #346AAD Lochmara

📋 copy color: '#346AAD'

red 52 ◦ green 106 ◦ blue 173

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

Shades of Lochmara #346AAD

Tints of Lochmara #346AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 15.71%
G = 32.02%
B = 52.27%

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

#346AAD (or 0x346AAD) is known color: Lochmara. HEX triplet: 34, 6A and AD. RGB value is (52,106,173). Sum of RGB (Red+Green+Blue) = 52+106+173=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #346AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346AAD is #CB9552. Grayscale: #616161. Windows color (decimal): -13342035 or 11364916. OLE color: 11364916.

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

Color convert

RGB 52 106 173 -
CMYK 0.70 0.39 0 0.32
HSL 213.22º 0.54% 0.44% -
HSV(B) 213.22º 0.7% 0.68% -
XYZ 14.11 14.06 41.5 -
YUV 97.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 52 106 173 0.70 0.39 0 0.32 213.22 0.54 0.44
Hex 34 6A AD 46 27 0 20 D5 36 2C
Octal 64 152 255 106 47 0 40 325 66 54
Binary 110100 1101010 10101101 1000110 100111 0 100000 11010101 110110 101100

Color Harmonies of #346AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346AAD

Black with #346AAD

Text Example


Text Example

White with #346AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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