Html Css Color HEX #346494 Lochmara

📋 copy color: '#346494'

red 52 ◦ green 100 ◦ blue 148

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

Shades of Lochmara #346494

Tints of Lochmara #346494

RGB

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

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

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

R = 17.33%
G = 33.33%
B = 49.33%

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

#346494 (or 0x346494) is known color: Lochmara. HEX triplet: 34, 64 and 94. RGB value is (52,100,148). Sum of RGB (Red+Green+Blue) = 52+100+148=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #346494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346494 is #CB9B6B. Grayscale: #5A5A5A. Windows color (decimal): -13343596 or 9724980. OLE color: 9724980.

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

Color convert

RGB 52 100 148 -
CMYK 0.65 0.32 0 0.42
HSL 210º 0.48% 0.39% -
HSV(B) 210º 0.65% 0.58% -
XYZ 11.32 11.98 29.73 -
YUV 91.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 52 100 148 0.65 0.32 0 0.42 210 0.48 0.39
Hex 34 64 94 41 20 0 2A D2 30 27
Octal 64 144 224 101 40 0 52 322 60 47
Binary 110100 1100100 10010100 1000001 100000 0 101010 11010010 110000 100111

Color Harmonies of #346494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346494

Black with #346494

Text Example


Text Example

White with #346494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346494; }

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

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

background-color css

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

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

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

border-color css

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

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

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