Html Css Color HEX #346C96 Lochmara

📋 copy color: '#346C96'

red 52 ◦ green 108 ◦ blue 150

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

Shades of Lochmara #346C96

Tints of Lochmara #346C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.84%

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 16.77%
G = 34.84%
B = 48.39%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#346C96 (or 0x346C96) is known color: Lochmara. HEX triplet: 34, 6C and 96. RGB value is (52,108,150). Sum of RGB (Red+Green+Blue) = 52+108+150=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #346C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C96 is #CB9369. Grayscale: #5F5F5F. Windows color (decimal): -13341546 or 9858100. OLE color: 9858100.

HSL color Cylindrical-coordinate representation of color #346C96: hue angle of 205.71º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346C96 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 108 150 -
CMYK 0.65 0.28 0 0.41
HSL 205.71º 0.49% 0.4% -
HSV(B) 205.71º 0.65% 0.59% -
XYZ 12.28 13.66 30.84 -
YUV 96.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 52 108 150 0.65 0.28 0 0.41 205.71 0.49 0.4
Hex 34 6C 96 41 1C 0 29 CE 31 28
Octal 64 154 226 101 34 0 51 316 61 50
Binary 110100 1101100 10010110 1000001 11100 0 101001 11001110 110001 101000

Color Harmonies of #346C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C96

Black with #346C96

Text Example


Text Example

White with #346C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,108,150); }

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

background-color css

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

 a { background-color: rgb(52,108,150); }

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

border-color css

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

 span { border-color: rgb(52,108,150); }

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