#396892

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

Shades of Lochmara #396892

Tints of Lochmara #396892

Color information

#396892 (or 0x396892) is unknown color: approx Lochmara. HEX triplet: 39, 68 and 92. RGB value is (57,104,146). Sum of RGB (Red+Green+Blue) = 57+104+146=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #396892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396892 is #C6976D. Grayscale: #5E5E5E. Windows color (decimal): -13014894 or 9594937. OLE color: 9594937.

HSL color Cylindrical-coordinate representation of color #396892: hue angle of 208.31º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396892 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57104146-
CMYK0.610.2900.43
HSL208.31º43.84%39.8%-
HSV(B)208.31º60.96%57.25%-
XYZ11.8312.8529.05-
YUV94.74156.93101.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=18.57%
G=33.88%
B=47.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571041460.610.2900.43208.3143.8439.8
Hex3968923D1D02Bd02c28
Octal7115022275350533205450
Binary11100111010001001001011110111101010101111010000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396892; }

 p { color: rgb(57,104,146); }

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

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

 a { background-color: rgb(57,104,146); }

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

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

 span { border-color: rgb(57,104,146); }

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