#386B9B

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

Shades of Lochmara #386B9B

Tints of Lochmara #386B9B

Color information

#386B9B (or 0x386B9B) is unknown color: approx Lochmara. HEX triplet: 38, 6B and 9B. RGB value is (56,107,155). Sum of RGB (Red+Green+Blue) = 56+107+155=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #386B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B9B is #C79464. Grayscale: #606060. Windows color (decimal): -13079653 or 10185528. OLE color: 10185528.

HSL color Cylindrical-coordinate representation of color #386B9B: hue angle of 209.09º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386B9B is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56107155-
CMYK0.640.3100.39
HSL209.09º46.92%41.37%-
HSV(B)209.09º63.87%60.78%-
XYZ12.813.7232.98-
YUV97.22160.698.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=17.61%
G=33.65%
B=48.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561071550.640.3100.39209.0946.9241.37
Hex386B9B401F027d12f29
Octal70153233100370473215751
Binary111000110101110011011100000011111010011111010001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,107,155); }

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

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

 a { background-color: rgb(56,107,155); }

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

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

 span { border-color: rgb(56,107,155); }

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