Html Css Color HEX #346594 Lochmara

📋 copy color: '#346594'

red 52 ◦ green 101 ◦ blue 148

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

Shades of Lochmara #346594

Tints of Lochmara #346594

RGB

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

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

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

R = 17.28%
G = 33.55%
B = 49.17%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346594 (or 0x346594) is known color: Lochmara. HEX triplet: 34, 65 and 94. RGB value is (52,101,148). Sum of RGB (Red+Green+Blue) = 52+101+148=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #346594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346594 is #CB9A6B. Grayscale: #5B5B5B. Windows color (decimal): -13343340 or 9725236. OLE color: 9725236.

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

Color convert

RGB 52 101 148 -
CMYK 0.65 0.32 0 0.42
HSL 209.38º 0.48% 0.39% -
HSV(B) 209.38º 0.65% 0.58% -
XYZ 11.42 12.18 29.77 -
YUV 91.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 52 101 148 0.65 0.32 0 0.42 209.38 0.48 0.39
Hex 34 65 94 41 20 0 2A D1 30 27
Octal 64 145 224 101 40 0 52 321 60 47
Binary 110100 1100101 10010100 1000001 100000 0 101010 11010001 110000 100111

Color Harmonies of #346594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346594

Black with #346594

Text Example


Text Example

White with #346594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346594; }

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

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

background-color css

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

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

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

border-color css

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

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

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