#396FAF

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

Shades of Lochmara #396FAF

Tints of Lochmara #396FAF

Color information

#396FAF (or 0x396FAF) is unknown color: approx Lochmara. HEX triplet: 39, 6F and AF. RGB value is (57,111,175). Sum of RGB (Red+Green+Blue) = 57+111+175=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #396FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396FAF is #C69050. Grayscale: #656565. Windows color (decimal): -13013073 or 11497273. OLE color: 11497273.

HSL color Cylindrical-coordinate representation of color #396FAF: hue angle of 212.54º 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 #396FAF is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57111175-
CMYK0.670.3700.31
HSL212.54º50.86%45.49%-
HSV(B)212.54º67.43%68.63%-
XYZ15.1115.3342.72-
YUV102.15169.1195.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 175 (68.75% from 255) = 51.02%
R=16.62%
G=32.36%
B=51.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571111750.670.3700.31212.5450.8645.49
Hex396FAF432501Fd5332d
Octal71157257103450373256355
Binary111001110111110101111100001110010101111111010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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