#396CAA

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

Shades of Lochmara #396CAA

Tints of Lochmara #396CAA

Color information

#396CAA (or 0x396CAA) is unknown color: approx Lochmara. HEX triplet: 39, 6C and AA. RGB value is (57,108,170). Sum of RGB (Red+Green+Blue) = 57+108+170=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #396CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396CAA is #C69355. Grayscale: #636363. Windows color (decimal): -13013846 or 11168825. OLE color: 11168825.

HSL color Cylindrical-coordinate representation of color #396CAA: hue angle of 212.92º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #396CAA is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57108170-
CMYK0.660.3600.33
HSL212.92º49.78%44.51%-
HSV(B)212.92º66.47%66.67%-
XYZ14.3114.540.07-
YUV99.82167.697.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.01%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=17.01%
G=32.24%
B=50.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571081700.660.3600.33212.9249.7844.51
Hex396CAA4224021d5322d
Octal71154252102440413256255
Binary1110011101100101010101000010100100010000111010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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