Html Css Color HEX #346995 Lochmara

📋 copy color: '#346995'

red 52 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #346995

Tints of Lochmara #346995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 16.99%
G = 34.31%
B = 48.69%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346995 (or 0x346995) is known color: Lochmara. HEX triplet: 34, 69 and 95. RGB value is (52,105,149). Sum of RGB (Red+Green+Blue) = 52+105+149=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #346995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346995 is #CB966A. Grayscale: #5D5D5D. Windows color (decimal): -13342315 or 9791796. OLE color: 9791796.

HSL color Cylindrical-coordinate representation of color #346995: hue angle of 207.22º 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 #346995 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 105 149 -
CMYK 0.65 0.30 0 0.42
HSL 207.22º 0.48% 0.39% -
HSV(B) 207.22º 0.65% 0.58% -
XYZ 11.89 13 30.32 -
YUV 94.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 52 105 149 0.65 0.30 0 0.42 207.22 0.48 0.39
Hex 34 69 95 41 1E 0 2A CF 30 27
Octal 64 151 225 101 36 0 52 317 60 47
Binary 110100 1101001 10010101 1000001 11110 0 101010 11001111 110000 100111

Color Harmonies of #346995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346995

Black with #346995

Text Example


Text Example

White with #346995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346995; }

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

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

background-color css

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

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

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

border-color css

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

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

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