#396DA1

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

Shades of Lochmara #396DA1

Tints of Lochmara #396DA1

Color information

#396DA1 (or 0x396DA1) is unknown color: approx Lochmara. HEX triplet: 39, 6D and A1. RGB value is (57,109,161). Sum of RGB (Red+Green+Blue) = 57+109+161=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 161 (63.28% from 255 or 49.24% from 327); Max value from RGB is 161 - color contains mainly: blue. Hex color #396DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396DA1 is #C6925E. Grayscale: #636363. Windows color (decimal): -13013599 or 10579257. OLE color: 10579257.

HSL color Cylindrical-coordinate representation of color #396DA1: hue angle of 210º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #396DA1 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB57109161-
CMYK0.650.3200.37
HSL210º47.71%42.75%-
HSV(B)210º64.6%63.14%-
XYZ13.5914.3835.78-
YUV99.38162.7797.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.43%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 161 (63.28% from 255) = 49.24%
R=17.43%
G=33.33%
B=49.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal571091610.650.3200.3721047.7142.75
Hex396DA14120025d2302b
Octal71155241101400453226053
Binary1110011101101101000011000001100000010010111010010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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