#386AAB

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

Shades of Lochmara #386AAB

Tints of Lochmara #386AAB

Color information

#386AAB (or 0x386AAB) is unknown color: approx Lochmara. HEX triplet: 38, 6A and AB. RGB value is (56,106,171). Sum of RGB (Red+Green+Blue) = 56+106+171=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #386AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386AAB is #C79554. Grayscale: #626262. Windows color (decimal): -13079893 or 11233848. OLE color: 11233848.

HSL color Cylindrical-coordinate representation of color #386AAB: hue angle of 213.91º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386AAB is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56106171-
CMYK0.670.3800.33
HSL213.91º50.66%44.51%-
HSV(B)213.91º67.25%67.06%-
XYZ14.1414.0940.5-
YUV98.46168.9497.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=16.82%
G=31.83%
B=51.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561061710.670.3800.33213.9150.6644.51
Hex386AAB4326021d6332d
Octal70152253103460413266355
Binary1110001101010101010111000011100110010000111010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,106,171); }

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

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

 a { background-color: rgb(56,106,171); }

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

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

 span { border-color: rgb(56,106,171); }

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