#386CA5

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

Shades of Lochmara #386CA5

Tints of Lochmara #386CA5

Color information

#386CA5 (or 0x386CA5) is unknown color: approx Lochmara. HEX triplet: 38, 6C and A5. RGB value is (56,108,165). Sum of RGB (Red+Green+Blue) = 56+108+165=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #386CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386CA5 is #C7935A. Grayscale: #626262. Windows color (decimal): -13079387 or 10841144. OLE color: 10841144.

HSL color Cylindrical-coordinate representation of color #386CA5: hue angle of 211.38º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #386CA5 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56108165-
CMYK0.660.3500.35
HSL211.38º49.32%43.33%-
HSV(B)211.38º66.06%64.71%-
XYZ13.7814.2837.63-
YUV98.95165.2797.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=17.02%
G=32.83%
B=50.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561081650.660.3500.35211.3849.3243.33
Hex386CA54223023d3312b
Octal70154245102430433236153
Binary1110001101100101001011000010100011010001111010011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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