#396E9B

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

Shades of Lochmara #396E9B

Tints of Lochmara #396E9B

Color information

#396E9B (or 0x396E9B) is unknown color: approx Lochmara. HEX triplet: 39, 6E and 9B. RGB value is (57,110,155). Sum of RGB (Red+Green+Blue) = 57+110+155=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #396E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E9B is #C69164. Grayscale: #636363. Windows color (decimal): -13013349 or 10186297. OLE color: 10186297.

HSL color Cylindrical-coordinate representation of color #396E9B: hue angle of 207.55º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396E9B is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57110155-
CMYK0.630.2900.39
HSL207.55º46.23%41.57%-
HSV(B)207.55º63.23%60.78%-
XYZ13.1814.3933.09-
YUV99.28159.4497.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=17.70%
G=34.16%
B=48.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571101550.630.2900.39207.5546.2341.57
Hex396E9B3F1D027d02e2a
Octal7115623377350473205652
Binary11100111011101001101111111111101010011111010000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,155); }

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

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

 a { background-color: rgb(57,110,155); }

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

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

 span { border-color: rgb(57,110,155); }

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