Html Css Color HEX #346495 Lochmara

📋 copy color: '#346495'

red 52 ◦ green 100 ◦ blue 149

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

Shades of Lochmara #346495

Tints of Lochmara #346495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 17.28%
G = 33.22%
B = 49.5%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346495 (or 0x346495) is known color: Lochmara. HEX triplet: 34, 64 and 95. RGB value is (52,100,149). Sum of RGB (Red+Green+Blue) = 52+100+149=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #346495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346495 is #CB9B6A. Grayscale: #5A5A5A. Windows color (decimal): -13343595 or 9790516. OLE color: 9790516.

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

Color convert

RGB 52 100 149 -
CMYK 0.65 0.33 0 0.42
HSL 210.31º 0.48% 0.39% -
HSV(B) 210.31º 0.65% 0.58% -
XYZ 11.4 12.01 30.15 -
YUV 91.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 52 100 149 0.65 0.33 0 0.42 210.31 0.48 0.39
Hex 34 64 95 41 21 0 2A D2 30 27
Octal 64 144 225 101 41 0 52 322 60 47
Binary 110100 1100100 10010101 1000001 100001 0 101010 11010010 110000 100111

Color Harmonies of #346495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346495

Black with #346495

Text Example


Text Example

White with #346495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346495; }

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

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

background-color css

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

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

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

border-color css

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

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

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