#396D9D

Color #396D9D Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #396D9D

Tints of Lochmara #396D9D

Color information

#396D9D (or 0x396D9D) is unknown color: approx Lochmara. HEX triplet: 39, 6D and 9D. RGB value is (57,109,157). Sum of RGB (Red+Green+Blue) = 57+109+157=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #396D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D9D is #C69262. Grayscale: #626262. Windows color (decimal): -13013603 or 10317113. OLE color: 10317113.

HSL color Cylindrical-coordinate representation of color #396D9D: hue angle of 208.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #396D9D is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57109157-
CMYK0.640.3100.38
HSL208.8º46.73%41.96%-
HSV(B)208.8º63.69%61.57%-
XYZ13.2414.2433.95-
YUV98.92160.7798.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=17.65%
G=33.75%
B=48.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571091570.640.3100.38208.846.7341.96
Hex396D9D401F026d12f2a
Octal71155235100370463215752
Binary111001110110110011101100000011111010011011010001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #396D9D;
 }
 .AnyTagClassName
 {
   color: #396D9D;
 }
</style>
background-color css

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

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

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

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

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

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