Html Css Color HEX #346596 Lochmara

📋 copy color: '#346596'

red 52 ◦ green 101 ◦ blue 150

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

Shades of Lochmara #346596

Tints of Lochmara #346596

RGB

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

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

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

R = 17.16%
G = 33.33%
B = 49.5%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#346596 (or 0x346596) is known color: Lochmara. HEX triplet: 34, 65 and 96. RGB value is (52,101,150). Sum of RGB (Red+Green+Blue) = 52+101+150=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #346596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346596 is #CB9A69. Grayscale: #5B5B5B. Windows color (decimal): -13343338 or 9856308. OLE color: 9856308.

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

Color convert

RGB 52 101 150 -
CMYK 0.65 0.33 0 0.41
HSL 210º 0.49% 0.4% -
HSV(B) 210º 0.65% 0.59% -
XYZ 11.57 12.24 30.61 -
YUV 91.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 52 101 150 0.65 0.33 0 0.41 210 0.49 0.4
Hex 34 65 96 41 21 0 29 D2 31 28
Octal 64 145 226 101 41 0 51 322 61 50
Binary 110100 1100101 10010110 1000001 100001 0 101001 11010010 110001 101000

Color Harmonies of #346596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346596

Black with #346596

Text Example


Text Example

White with #346596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346596; }

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

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

background-color css

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

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

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

border-color css

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

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

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