#396CB6

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

Shades of Lochmara #396CB6

Tints of Lochmara #396CB6

Color information

#396CB6 (or 0x396CB6) is unknown color: approx Lochmara. HEX triplet: 39, 6C and B6. RGB value is (57,108,182). Sum of RGB (Red+Green+Blue) = 57+108+182=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #396CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CB6 is #C69349. Grayscale: #646464. Windows color (decimal): -13013834 or 11955257. OLE color: 11955257.

HSL color Cylindrical-coordinate representation of color #396CB6: hue angle of 215.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #396CB6 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57108182-
CMYK0.690.4100.29
HSL215.52º52.3%46.86%-
HSV(B)215.52º68.68%71.37%-
XYZ15.4914.9746.33-
YUV101.19173.696.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.43%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 182 (71.48% from 255) = 52.45%
R=16.43%
G=31.12%
B=52.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571081820.690.4100.29215.5252.346.86
Hex396CB6452901Dd8342f
Octal71154266105510353306457
Binary111001110110010110110100010110100101110111011000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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