Html Css Color HEX #346795 Lochmara

📋 copy color: '#346795'

red 52 ◦ green 103 ◦ blue 149

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

Shades of Lochmara #346795

Tints of Lochmara #346795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

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

R = 17.11%
G = 33.88%
B = 49.01%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346795 (or 0x346795) is known color: Lochmara. HEX triplet: 34, 67 and 95. RGB value is (52,103,149). Sum of RGB (Red+Green+Blue) = 52+103+149=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #346795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346795 is #CB986A. Grayscale: #5C5C5C. Windows color (decimal): -13342827 or 9791284. OLE color: 9791284.

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

Color convert

RGB 52 103 149 -
CMYK 0.65 0.31 0 0.42
HSL 208.45º 0.48% 0.39% -
HSV(B) 208.45º 0.65% 0.58% -
XYZ 11.69 12.6 30.25 -
YUV 93 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 52 103 149 0.65 0.31 0 0.42 208.45 0.48 0.39
Hex 34 67 95 41 1F 0 2A D0 30 27
Octal 64 147 225 101 37 0 52 320 60 47
Binary 110100 1100111 10010101 1000001 11111 0 101010 11010000 110000 100111

Color Harmonies of #346795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346795

Black with #346795

Text Example


Text Example

White with #346795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346795; }

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

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

background-color css

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

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

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

border-color css

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

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

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