Html Css Color HEX #346A93 Lochmara

📋 copy color: '#346A93'

red 52 ◦ green 106 ◦ blue 147

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

Shades of Lochmara #346A93

Tints of Lochmara #346A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

 BLUE value IS 147 (57.81% from 255) = 48.2%

R = 17.05%
G = 34.75%
B = 48.2%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346A93 (or 0x346A93) is known color: Lochmara. HEX triplet: 34, 6A and 93. RGB value is (52,106,147). Sum of RGB (Red+Green+Blue) = 52+106+147=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #346A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A93 is #CB956C. Grayscale: #5E5E5E. Windows color (decimal): -13342061 or 9660980. OLE color: 9660980.

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

Color convert

RGB 52 106 147 -
CMYK 0.65 0.28 0 0.42
HSL 205.89º 0.48% 0.39% -
HSV(B) 205.89º 0.65% 0.58% -
XYZ 11.84 13.14 29.52 -
YUV 94.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 52 106 147 0.65 0.28 0 0.42 205.89 0.48 0.39
Hex 34 6A 93 41 1C 0 2A CE 30 27
Octal 64 152 223 101 34 0 52 316 60 47
Binary 110100 1101010 10010011 1000001 11100 0 101010 11001110 110000 100111

Color Harmonies of #346A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A93

Black with #346A93

Text Example


Text Example

White with #346A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,106,147); }

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

background-color css

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

 a { background-color: rgb(52,106,147); }

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

border-color css

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

 span { border-color: rgb(52,106,147); }

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