#396BA8

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

Shades of Lochmara #396BA8

Tints of Lochmara #396BA8

Color information

#396BA8 (or 0x396BA8) is unknown color: approx Lochmara. HEX triplet: 39, 6B and A8. RGB value is (57,107,168). Sum of RGB (Red+Green+Blue) = 57+107+168=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 168 (66.02% from 255 or 50.60% from 332); Max value from RGB is 168 - color contains mainly: blue. Hex color #396BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396BA8 is #C69457. Grayscale: #626262. Windows color (decimal): -13014104 or 11037497. OLE color: 11037497.

HSL color Cylindrical-coordinate representation of color #396BA8: hue angle of 212.97º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #396BA8 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB57107168-
CMYK0.660.3600.34
HSL212.97º49.33%44.12%-
HSV(B)212.97º66.07%65.88%-
XYZ14.0114.2139.05-
YUV99166.9498.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 168 (66.02% from 255) = 50.60%
R=17.17%
G=32.23%
B=50.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal571071680.660.3600.34212.9749.3344.12
Hex396BA84224022d5312c
Octal71153250102440423256154
Binary1110011101011101010001000010100100010001011010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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