#386EA5

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

Shades of Lochmara #386EA5

Tints of Lochmara #386EA5

Color information

#386EA5 (or 0x386EA5) is unknown color: approx Lochmara. HEX triplet: 38, 6E and A5. RGB value is (56,110,165). Sum of RGB (Red+Green+Blue) = 56+110+165=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #386EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386EA5 is #C7915A. Grayscale: #636363. Windows color (decimal): -13078875 or 10841656. OLE color: 10841656.

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

Color convert

RGB56110165-
CMYK0.660.3300.35
HSL210.28º49.32%43.33%-
HSV(B)210.28º66.06%64.71%-
XYZ1414.7137.7-
YUV100.12164.6196.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=16.92%
G=33.23%
B=49.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561101650.660.3300.35210.2849.3243.33
Hex386EA54221023d2312b
Octal70156245102410433226153
Binary1110001101110101001011000010100001010001111010010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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