#396bae

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

Shades of Lochmara #396BAE

Tints of Lochmara #396BAE

Color information

#396BAE (or 0x396BAE) is unknown color: approx Lochmara. HEX triplet: 39, 6B and AE. RGB value is (57,107,174). Sum of RGB (Red+Green+Blue) = 57+107+174=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #396BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396BAE is #C69451. Grayscale: #636363. Windows color (decimal): -13014098 or 11430713. OLE color: 11430713.

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

Color convert

RGB57107174-
CMYK0.670.3900.32
HSL214.36º50.65%45.29%-
HSV(B)214.36º67.24%68.24%-
XYZ14.5914.4442.06-
YUV99.69169.9497.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=16.86%
G=31.66%
B=51.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571071740.670.3900.32214.3650.6545.29
Hex396BAE4327020d6332d
Octal71153256103470403266355
Binary1110011101011101011101000011100111010000011010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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