Html Css Color HEX #346197 Lochmara

📋 copy color: '#346197'

red 52 ◦ green 97 ◦ blue 151

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

Shades of Lochmara #346197

Tints of Lochmara #346197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

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

R = 17.33%
G = 32.33%
B = 50.33%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#346197 (or 0x346197) is known color: Lochmara. HEX triplet: 34, 61 and 97. RGB value is (52,97,151). Sum of RGB (Red+Green+Blue) = 52+97+151=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #346197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346197 is #CB9E68. Grayscale: #595959. Windows color (decimal): -13344361 or 9920820. OLE color: 9920820.

HSL color Cylindrical-coordinate representation of color #346197: hue angle of 212.73º 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 #346197 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 97 151 -
CMYK 0.66 0.36 0 0.41
HSL 212.73º 0.49% 0.4% -
HSV(B) 212.73º 0.66% 0.59% -
XYZ 11.28 11.51 30.91 -
YUV 89.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 52 97 151 0.66 0.36 0 0.41 212.73 0.49 0.4
Hex 34 61 97 42 24 0 29 D5 31 28
Octal 64 141 227 102 44 0 51 325 61 50
Binary 110100 1100001 10010111 1000010 100100 0 101001 11010101 110001 101000

Color Harmonies of #346197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346197

Black with #346197

Text Example


Text Example

White with #346197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346197; }

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

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

background-color css

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

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

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

border-color css

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

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

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