Html Css Color HEX #346696 Lochmara

📋 copy color: '#346696'

red 52 ◦ green 102 ◦ blue 150

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

Shades of Lochmara #346696

Tints of Lochmara #346696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

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

R = 17.11%
G = 33.55%
B = 49.34%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#346696 (or 0x346696) is known color: Lochmara. HEX triplet: 34, 66 and 96. RGB value is (52,102,150). Sum of RGB (Red+Green+Blue) = 52+102+150=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #346696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346696 is #CB9969. Grayscale: #5C5C5C. Windows color (decimal): -13343082 or 9856564. OLE color: 9856564.

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

Color convert

RGB 52 102 150 -
CMYK 0.65 0.32 0 0.41
HSL 209.39º 0.49% 0.4% -
HSV(B) 209.39º 0.65% 0.59% -
XYZ 11.67 12.43 30.64 -
YUV 92.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 52 102 150 0.65 0.32 0 0.41 209.39 0.49 0.4
Hex 34 66 96 41 20 0 29 D1 31 28
Octal 64 146 226 101 40 0 51 321 61 50
Binary 110100 1100110 10010110 1000001 100000 0 101001 11010001 110001 101000

Color Harmonies of #346696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346696

Black with #346696

Text Example


Text Example

White with #346696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346696; }

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

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

background-color css

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

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

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

border-color css

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

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

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