Html Css Color HEX #346794 Lochmara

📋 copy color: '#346794'

red 52 ◦ green 103 ◦ blue 148

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

Shades of Lochmara #346794

Tints of Lochmara #346794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 17.16%
G = 33.99%
B = 48.84%

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

#346794 (or 0x346794) is known color: Lochmara. HEX triplet: 34, 67 and 94. RGB value is (52,103,148). Sum of RGB (Red+Green+Blue) = 52+103+148=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #346794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346794 is #CB986B. Grayscale: #5C5C5C. Windows color (decimal): -13342828 or 9725748. OLE color: 9725748.

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

Color convert

RGB 52 103 148 -
CMYK 0.65 0.30 0 0.42
HSL 208.13º 0.48% 0.39% -
HSV(B) 208.13º 0.65% 0.58% -
XYZ 11.61 12.57 29.83 -
YUV 92.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 52 103 148 0.65 0.30 0 0.42 208.13 0.48 0.39
Hex 34 67 94 41 1E 0 2A D0 30 27
Octal 64 147 224 101 36 0 52 320 60 47
Binary 110100 1100111 10010100 1000001 11110 0 101010 11010000 110000 100111

Color Harmonies of #346794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346794

Black with #346794

Text Example


Text Example

White with #346794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346794; }

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

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

background-color css

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

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

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

border-color css

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

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

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