#396EAD

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

Shades of Lochmara #396EAD

Tints of Lochmara #396EAD

Color information

#396EAD (or 0x396EAD) is unknown color: approx Lochmara. HEX triplet: 39, 6E and AD. RGB value is (57,110,173). Sum of RGB (Red+Green+Blue) = 57+110+173=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #396EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396EAD is #C69152. Grayscale: #656565. Windows color (decimal): -13013331 or 11365945. OLE color: 11365945.

HSL color Cylindrical-coordinate representation of color #396EAD: hue angle of 212.59º degrees, saturation: 0.5, 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 #396EAD is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB57110173-
CMYK0.670.3600.32
HSL212.59º50.43%45.1%-
HSV(B)212.59º67.05%67.84%-
XYZ14.8115.0441.66-
YUV101.34168.4496.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=16.76%
G=32.35%
B=50.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571101730.670.3600.32212.5950.4345.1
Hex396EAD4324020d5322d
Octal71156255103440403256255
Binary1110011101110101011011000011100100010000011010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,173); }

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

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

 a { background-color: rgb(57,110,173); }

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

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

 span { border-color: rgb(57,110,173); }

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