Html Css Color HEX #346597 Lochmara

📋 copy color: '#346597'

red 52 ◦ green 101 ◦ blue 151

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

Shades of Lochmara #346597

Tints of Lochmara #346597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 17.11%
G = 33.22%
B = 49.67%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#346597 (or 0x346597) is known color: Lochmara. HEX triplet: 34, 65 and 97. RGB value is (52,101,151). Sum of RGB (Red+Green+Blue) = 52+101+151=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #346597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346597 is #CB9A68. Grayscale: #5B5B5B. Windows color (decimal): -13343337 or 9921844. OLE color: 9921844.

HSL color Cylindrical-coordinate representation of color #346597: hue angle of 210.3º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346597 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 101 151 -
CMYK 0.66 0.33 0 0.41
HSL 210.3º 0.49% 0.4% -
HSV(B) 210.3º 0.66% 0.59% -
XYZ 11.66 12.27 31.03 -
YUV 92.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 52 101 151 0.66 0.33 0 0.41 210.3 0.49 0.4
Hex 34 65 97 42 21 0 29 D2 31 28
Octal 64 145 227 102 41 0 51 322 61 50
Binary 110100 1100101 10010111 1000010 100001 0 101001 11010010 110001 101000

Color Harmonies of #346597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346597

Black with #346597

Text Example


Text Example

White with #346597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346597; }

 p { color: rgb(52,101,151); }

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

background-color css

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

 a { background-color: rgb(52,101,151); }

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

border-color css

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

 span { border-color: rgb(52,101,151); }

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