#396795

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

Shades of Lochmara #396795

Tints of Lochmara #396795

Color information

#396795 (or 0x396795) is unknown color: approx Lochmara. HEX triplet: 39, 67 and 95. RGB value is (57,103,149). Sum of RGB (Red+Green+Blue) = 57+103+149=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #396795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396795 is #C6986A. Grayscale: #5E5E5E. Windows color (decimal): -13015147 or 9791289. OLE color: 9791289.

HSL color Cylindrical-coordinate representation of color #396795: hue angle of 210º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396795 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57103149-
CMYK0.620.3100.42
HSL210º44.66%40.39%-
HSV(B)210º61.74%58.43%-
XYZ11.9612.7430.26-
YUV94.49158.76101.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=18.45%
G=33.33%
B=48.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571031490.620.3100.4221044.6640.39
Hex3967953E1F02Ad22d28
Octal7114722576370523225550
Binary11100111001111001010111111011111010101011010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396795; }

 p { color: rgb(57,103,149); }

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

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

 a { background-color: rgb(57,103,149); }

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

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

 span { border-color: rgb(57,103,149); }

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