Html Css Color HEX #346D94 Lochmara

📋 copy color: '#346D94'

red 52 ◦ green 109 ◦ blue 148

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

Shades of Lochmara #346D94

Tints of Lochmara #346D94

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

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

R = 16.83%
G = 35.28%
B = 47.9%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346D94 (or 0x346D94) is known color: Lochmara. HEX triplet: 34, 6D and 94. RGB value is (52,109,148). Sum of RGB (Red+Green+Blue) = 52+109+148=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #346D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D94 is #CB926B. Grayscale: #606060. Windows color (decimal): -13341292 or 9727284. OLE color: 9727284.

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

Color convert

RGB 52 109 148 -
CMYK 0.65 0.26 0 0.42
HSL 204.38º 0.48% 0.39% -
HSV(B) 204.38º 0.65% 0.58% -
XYZ 12.23 13.81 30.04 -
YUV 96.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 52 109 148 0.65 0.26 0 0.42 204.38 0.48 0.39
Hex 34 6D 94 41 1A 0 2A CC 30 27
Octal 64 155 224 101 32 0 52 314 60 47
Binary 110100 1101101 10010100 1000001 11010 0 101010 11001100 110000 100111

Color Harmonies of #346D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D94

Black with #346D94

Text Example


Text Example

White with #346D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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