Html Css Color HEX #346B95 Lochmara

📋 copy color: '#346B95'

red 52 ◦ green 107 ◦ blue 149

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

Shades of Lochmara #346B95

Tints of Lochmara #346B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 16.88%
G = 34.74%
B = 48.38%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346B95 (or 0x346B95) is known color: Lochmara. HEX triplet: 34, 6B and 95. RGB value is (52,107,149). Sum of RGB (Red+Green+Blue) = 52+107+149=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #346B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B95 is #CB946A. Grayscale: #5F5F5F. Windows color (decimal): -13341803 or 9792308. OLE color: 9792308.

HSL color Cylindrical-coordinate representation of color #346B95: hue angle of 205.98º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346B95 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 107 149 -
CMYK 0.65 0.28 0 0.42
HSL 205.98º 0.48% 0.39% -
HSV(B) 205.98º 0.65% 0.58% -
XYZ 12.1 13.42 30.39 -
YUV 95.34 158.28 97.08 -
System Red Green Blue C M Y K H S L
Decimal 52 107 149 0.65 0.28 0 0.42 205.98 0.48 0.39
Hex 34 6B 95 41 1C 0 2A CE 30 27
Octal 64 153 225 101 34 0 52 316 60 47
Binary 110100 1101011 10010101 1000001 11100 0 101010 11001110 110000 100111

Color Harmonies of #346B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B95

Black with #346B95

Text Example


Text Example

White with #346B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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