#396591

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

Shades of Lochmara #396591

Tints of Lochmara #396591

Color information

#396591 (or 0x396591) is unknown color: approx Lochmara. HEX triplet: 39, 65 and 91. RGB value is (57,101,145). Sum of RGB (Red+Green+Blue) = 57+101+145=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #396591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396591 is #C69A6E. Grayscale: #5C5C5C. Windows color (decimal): -13015663 or 9528633. OLE color: 9528633.

HSL color Cylindrical-coordinate representation of color #396591: hue angle of 210º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396591 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57101145-
CMYK0.610.3000.43
HSL210º43.56%39.61%-
HSV(B)210º60.69%56.86%-
XYZ11.4512.2228.54-
YUV92.86157.42102.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=18.81%
G=33.33%
B=47.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571011450.610.3000.4321043.5639.61
Hex3965913D1E02Bd22c28
Octal7114522175360533225450
Binary11100111001011001000111110111110010101111010010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396591; }

 p { color: rgb(57,101,145); }

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

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

 a { background-color: rgb(57,101,145); }

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

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

 span { border-color: rgb(57,101,145); }

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