Html Css Color HEX #346D9B Lochmara

📋 copy color: '#346D9B'

red 52 ◦ green 109 ◦ blue 155

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

Shades of Lochmara #346D9B

Tints of Lochmara #346D9B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 16.46%
G = 34.49%
B = 49.05%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#346D9B (or 0x346D9B) is known color: Lochmara. HEX triplet: 34, 6D and 9B. RGB value is (52,109,155). Sum of RGB (Red+Green+Blue) = 52+109+155=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #346D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D9B is #CB9264. Grayscale: #606060. Windows color (decimal): -13341285 or 10186036. OLE color: 10186036.

HSL color Cylindrical-coordinate representation of color #346D9B: hue angle of 206.8º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346D9B is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 109 155 -
CMYK 0.66 0.30 0 0.39
HSL 206.8º 0.5% 0.41% -
HSV(B) 206.8º 0.66% 0.61% -
XYZ 12.8 14.03 33.04 -
YUV 97.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 52 109 155 0.66 0.30 0 0.39 206.8 0.5 0.41
Hex 34 6D 9B 42 1E 0 27 CF 32 29
Octal 64 155 233 102 36 0 47 317 62 51
Binary 110100 1101101 10011011 1000010 11110 0 100111 11001111 110010 101001

Color Harmonies of #346D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D9B

Black with #346D9B

Text Example


Text Example

White with #346D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,155); }

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

background-color css

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

 a { background-color: rgb(52,109,155); }

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

border-color css

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

 span { border-color: rgb(52,109,155); }

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