#396CAF

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

Shades of Lochmara #396CAF

Tints of Lochmara #396CAF

Color information

#396CAF (or 0x396CAF) is unknown color: approx Lochmara. HEX triplet: 39, 6C and AF. RGB value is (57,108,175). Sum of RGB (Red+Green+Blue) = 57+108+175=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #396CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396CAF is #C69350. Grayscale: #646464. Windows color (decimal): -13013841 or 11496505. OLE color: 11496505.

HSL color Cylindrical-coordinate representation of color #396CAF: hue angle of 214.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #396CAF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57108175-
CMYK0.670.3800.31
HSL214.07º50.86%45.49%-
HSV(B)214.07º67.43%68.63%-
XYZ14.7914.6942.61-
YUV100.39170.197.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=16.76%
G=31.76%
B=51.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571081750.670.3800.31214.0750.8645.49
Hex396CAF432601Fd6332d
Octal71154257103460373266355
Binary111001110110010101111100001110011001111111010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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