Html Css Color HEX #346396 Lochmara

📋 copy color: '#346396'

red 52 ◦ green 99 ◦ blue 150

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

Shades of Lochmara #346396

Tints of Lochmara #346396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 17.28%
G = 32.89%
B = 49.83%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#346396 (or 0x346396) is known color: Lochmara. HEX triplet: 34, 63 and 96. RGB value is (52,99,150). Sum of RGB (Red+Green+Blue) = 52+99+150=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #346396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346396 is #CB9C69. Grayscale: #5A5A5A. Windows color (decimal): -13343850 or 9855796. OLE color: 9855796.

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

Color convert

RGB 52 99 150 -
CMYK 0.65 0.34 0 0.41
HSL 211.22º 0.49% 0.4% -
HSV(B) 211.22º 0.65% 0.59% -
XYZ 11.38 11.86 30.54 -
YUV 90.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 52 99 150 0.65 0.34 0 0.41 211.22 0.49 0.4
Hex 34 63 96 41 22 0 29 D3 31 28
Octal 64 143 226 101 42 0 51 323 61 50
Binary 110100 1100011 10010110 1000001 100010 0 101001 11010011 110001 101000

Color Harmonies of #346396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346396

Black with #346396

Text Example


Text Example

White with #346396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346396; }

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

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

background-color css

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

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

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

border-color css

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

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

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