#386AA5

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

Shades of Lochmara #386AA5

Tints of Lochmara #386AA5

Color information

#386AA5 (or 0x386AA5) is unknown color: approx Lochmara. HEX triplet: 38, 6A and A5. RGB value is (56,106,165). Sum of RGB (Red+Green+Blue) = 56+106+165=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #386AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386AA5 is #C7955A. Grayscale: #616161. Windows color (decimal): -13079899 or 10840632. OLE color: 10840632.

HSL color Cylindrical-coordinate representation of color #386AA5: hue angle of 212.48º 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 #386AA5 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56106165-
CMYK0.660.3600.35
HSL212.48º49.32%43.33%-
HSV(B)212.48º66.06%64.71%-
XYZ13.5813.8737.56-
YUV97.78165.9498.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 165 (64.84% from 255) = 50.46%
R=17.13%
G=32.42%
B=50.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561061650.660.3600.35212.4849.3243.33
Hex386AA54224023d4312b
Octal70152245102440433246153
Binary1110001101010101001011000010100100010001111010100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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