#396BAF

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

Shades of Lochmara #396BAF

Tints of Lochmara #396BAF

Color information

#396BAF (or 0x396BAF) is unknown color: approx Lochmara. HEX triplet: 39, 6B and AF. RGB value is (57,107,175). Sum of RGB (Red+Green+Blue) = 57+107+175=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #396BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396BAF is #C69450. Grayscale: #636363. Windows color (decimal): -13014097 or 11496249. OLE color: 11496249.

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

Color convert

RGB57107175-
CMYK0.670.3900.31
HSL214.58º50.86%45.49%-
HSV(B)214.58º67.43%68.63%-
XYZ14.6814.4842.58-
YUV99.8170.4497.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=16.81%
G=31.56%
B=51.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571071750.670.3900.31214.5850.8645.49
Hex396BAF432701Fd7332d
Octal71153257103470373276355
Binary111001110101110101111100001110011101111111010111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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