#386D94

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

Shades of Lochmara #386D94

Tints of Lochmara #386D94

Color information

#386D94 (or 0x386D94) is unknown color: approx Lochmara. HEX triplet: 38, 6D and 94. RGB value is (56,109,148). Sum of RGB (Red+Green+Blue) = 56+109+148=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #386D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386D94 is #C7926B. Grayscale: #616161. Windows color (decimal): -13079148 or 9727288. OLE color: 9727288.

HSL color Cylindrical-coordinate representation of color #386D94: hue angle of 205.43º 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 #386D94 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56109148-
CMYK0.620.2600.42
HSL205.43º45.1%40%-
HSV(B)205.43º62.16%58.04%-
XYZ12.4413.9230.05-
YUV97.6156.4498.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=17.89%
G=34.82%
B=47.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561091480.620.2600.42205.4345.140
Hex386D943E1A02Acd2d28
Octal7015522476320523155550
Binary11100011011011001010011111011010010101011001101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386D94; }

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

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

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

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

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

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

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

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