#396C9D

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

Shades of Lochmara #396C9D

Tints of Lochmara #396C9D

Color information

#396C9D (or 0x396C9D) is unknown color: approx Lochmara. HEX triplet: 39, 6C and 9D. RGB value is (57,108,157). Sum of RGB (Red+Green+Blue) = 57+108+157=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #396C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C9D is #C69362. Grayscale: #626262. Windows color (decimal): -13013859 or 10316857. OLE color: 10316857.

HSL color Cylindrical-coordinate representation of color #396C9D: hue angle of 209.4º 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 #396C9D is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57108157-
CMYK0.640.3100.38
HSL209.4º46.73%41.96%-
HSV(B)209.4º63.69%61.57%-
XYZ13.1414.0333.91-
YUV98.34161.198.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=17.70%
G=33.54%
B=48.76%

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
Decimal571081570.640.3100.38209.446.7341.96
Hex396C9D401F026d12f2a
Octal71154235100370463215752
Binary111001110110010011101100000011111010011011010001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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