Html Css Color HEX #346694 Lochmara

📋 copy color: '#346694'

red 52 ◦ green 102 ◦ blue 148

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

Shades of Lochmara #346694

Tints of Lochmara #346694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 17.22%
G = 33.77%
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

#346694 (or 0x346694) is known color: Lochmara. HEX triplet: 34, 66 and 94. RGB value is (52,102,148). Sum of RGB (Red+Green+Blue) = 52+102+148=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #346694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346694 is #CB996B. Grayscale: #5C5C5C. Windows color (decimal): -13343084 or 9725492. OLE color: 9725492.

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

Color convert

RGB 52 102 148 -
CMYK 0.65 0.31 0 0.42
HSL 208.75º 0.48% 0.39% -
HSV(B) 208.75º 0.65% 0.58% -
XYZ 11.51 12.37 29.8 -
YUV 92.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 52 102 148 0.65 0.31 0 0.42 208.75 0.48 0.39
Hex 34 66 94 41 1F 0 2A D1 30 27
Octal 64 146 224 101 37 0 52 321 60 47
Binary 110100 1100110 10010100 1000001 11111 0 101010 11010001 110000 100111

Color Harmonies of #346694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346694

Black with #346694

Text Example


Text Example

White with #346694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346694; }

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

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

background-color css

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

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

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

border-color css

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

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

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