#386CAB

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

Shades of Lochmara #386CAB

Tints of Lochmara #386CAB

Color information

#386CAB (or 0x386CAB) is unknown color: approx Lochmara. HEX triplet: 38, 6C and AB. RGB value is (56,108,171). Sum of RGB (Red+Green+Blue) = 56+108+171=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #386CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386CAB is #C79354. Grayscale: #636363. Windows color (decimal): -13079381 or 11234360. OLE color: 11234360.

HSL color Cylindrical-coordinate representation of color #386CAB: hue angle of 212.87º 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 #386CAB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56108171-
CMYK0.670.3700.33
HSL212.87º50.66%44.51%-
HSV(B)212.87º67.25%67.06%-
XYZ14.3414.5140.57-
YUV99.63168.2796.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=16.72%
G=32.24%
B=51.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561081710.670.3700.33212.8750.6644.51
Hex386CAB4325021d5332d
Octal70154253103450413256355
Binary1110001101100101010111000011100101010000111010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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