#386C9B

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

Shades of Lochmara #386C9B

Tints of Lochmara #386C9B

Color information

#386C9B (or 0x386C9B) is unknown color: approx Lochmara. HEX triplet: 38, 6C and 9B. RGB value is (56,108,155). Sum of RGB (Red+Green+Blue) = 56+108+155=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #386C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C9B is #C79364. Grayscale: #616161. Windows color (decimal): -13079397 or 10185784. OLE color: 10185784.

HSL color Cylindrical-coordinate representation of color #386C9B: hue angle of 208.48º 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 #386C9B is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56108155-
CMYK0.640.3000.39
HSL208.48º46.92%41.37%-
HSV(B)208.48º63.87%60.78%-
XYZ12.9113.9333.02-
YUV97.81160.2798.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=17.55%
G=33.86%
B=48.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561081550.640.3000.39208.4846.9241.37
Hex386C9B401E027d02f29
Octal70154233100360473205751
Binary111000110110010011011100000011110010011111010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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