Html Css Color HEX #396DAE Lochmara

📋 copy color: '#396DAE'

red 57 ◦ green 109 ◦ blue 174

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

Shades of Lochmara #396DAE

Tints of Lochmara #396DAE

RGB

 RED value IS 57 (22.66% from 255) = 16.76%

 GREEN value IS 109 (42.97% from 255) = 32.06%

 BLUE value IS 174 (68.36% from 255) = 51.18%

R = 16.76%
G = 32.06%
B = 51.18%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#396DAE (or 0x396DAE) is known color: Lochmara. HEX triplet: 39, 6D and AE. RGB value is (57,109,174). Sum of RGB (Red+Green+Blue) = 57+109+174=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #396DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396DAE is #C69251. Grayscale: #646464. Windows color (decimal): -13013586 or 11431225. OLE color: 11431225.

HSL color Cylindrical-coordinate representation of color #396DAE: hue angle of 213.33º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #396DAE is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 109 174 -
CMYK 0.67 0.37 0 0.32
HSL 213.33º 0.51% 0.45% -
HSV(B) 213.33º 0.67% 0.68% -
XYZ 14.8 14.86 42.13 -
YUV 100.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 57 109 174 0.67 0.37 0 0.32 213.33 0.51 0.45
Hex 39 6D AE 43 25 0 20 D5 33 2D
Octal 71 155 256 103 45 0 40 325 63 55
Binary 111001 1101101 10101110 1000011 100101 0 100000 11010101 110011 101101

Color Harmonies of #396DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DAE

Black with #396DAE

Text Example


Text Example

White with #396DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396DAE; }

 p { color: rgb(57,109,174); }

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

background-color css

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

 a { background-color: rgb(57,109,174); }

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

border-color css

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

 span { border-color: rgb(57,109,174); }

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