#386494

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

Shades of Lochmara #386494

Tints of Lochmara #386494

Color information

#386494 (or 0x386494) is unknown color: approx Lochmara. HEX triplet: 38, 64 and 94. RGB value is (56,100,148). Sum of RGB (Red+Green+Blue) = 56+100+148=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #386494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386494 is #C79B6B. Grayscale: #5C5C5C. Windows color (decimal): -13081452 or 9724984. OLE color: 9724984.

HSL color Cylindrical-coordinate representation of color #386494: hue angle of 211.3º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386494 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56100148-
CMYK0.620.3200.42
HSL211.3º45.1%40%-
HSV(B)211.3º62.16%58.04%-
XYZ11.5312.0929.74-
YUV92.32159.42102.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=18.42%
G=32.89%
B=48.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561001480.620.3200.42211.345.140
Hex3864943E2002Ad32d28
Octal7014422476400523235550
Binary111000110010010010100111110100000010101011010011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386494; }

 p { color: rgb(56,100,148); }

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

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

 a { background-color: rgb(56,100,148); }

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

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

 span { border-color: rgb(56,100,148); }

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