#386f9e

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

Shades of Lochmara #386F9E

Tints of Lochmara #386F9E

Color information

#386F9E (or 0x386F9E) is unknown color: approx Lochmara. HEX triplet: 38, 6F and 9E. RGB value is (56,111,158). Sum of RGB (Red+Green+Blue) = 56+111+158=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #386F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F9E is #C79061. Grayscale: #636363. Windows color (decimal): -13078626 or 10383160. OLE color: 10383160.

HSL color Cylindrical-coordinate representation of color #386F9E: hue angle of 207.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386F9E is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56111158-
CMYK0.650.3000.38
HSL207.65º47.66%41.96%-
HSV(B)207.65º64.56%61.96%-
XYZ13.4914.6834.47-
YUV99.91160.7896.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=17.23%
G=34.15%
B=48.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561111580.650.3000.38207.6547.6641.96
Hex386F9E411E026d0302a
Octal70157236101360463206052
Binary111000110111110011110100000111110010011011010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,111,158); }

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

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

 a { background-color: rgb(56,111,158); }

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

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

 span { border-color: rgb(56,111,158); }

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