#386EB4

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

Shades of Lochmara #386EB4

Tints of Lochmara #386EB4

Color information

#386EB4 (or 0x386EB4) is unknown color: approx Lochmara. HEX triplet: 38, 6E and B4. RGB value is (56,110,180). Sum of RGB (Red+Green+Blue) = 56+110+180=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #386EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EB4 is #C7914B. Grayscale: #656565. Windows color (decimal): -13078860 or 11824696. OLE color: 11824696.

HSL color Cylindrical-coordinate representation of color #386EB4: hue angle of 213.87º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #386EB4 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56110180-
CMYK0.690.3900.29
HSL213.87º52.54%46.27%-
HSV(B)213.87º68.89%70.59%-
XYZ15.4515.2945.32-
YUV101.83172.1195.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.18%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=16.18%
G=31.79%
B=52.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561101800.690.3900.29213.8752.5446.27
Hex386EB4452701Dd6352e
Octal70156264105470353266556
Binary111000110111010110100100010110011101110111010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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