#396C94

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

Shades of Lochmara #396C94

Tints of Lochmara #396C94

Color information

#396C94 (or 0x396C94) is unknown color: approx Lochmara. HEX triplet: 39, 6C and 94. RGB value is (57,108,148). Sum of RGB (Red+Green+Blue) = 57+108+148=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #396C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C94 is #C6936B. Grayscale: #616161. Windows color (decimal): -13013868 or 9727033. OLE color: 9727033.

HSL color Cylindrical-coordinate representation of color #396C94: hue angle of 206.37º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396C94 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57108148-
CMYK0.610.2700.42
HSL206.37º44.39%40.2%-
HSV(B)206.37º61.49%58.04%-
XYZ12.413.7330.01-
YUV97.31156.699.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=18.21%
G=34.50%
B=47.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571081480.610.2700.42206.3744.3940.2
Hex396C943D1B02Ace2c28
Octal7115422475330523165450
Binary11100111011001001010011110111011010101011001110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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