#386EB5

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

Shades of Lochmara #386EB5

Tints of Lochmara #386EB5

Color information

#386EB5 (or 0x386EB5) is unknown color: approx Lochmara. HEX triplet: 38, 6E and B5. RGB value is (56,110,181). Sum of RGB (Red+Green+Blue) = 56+110+181=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #386EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386EB5 is #C7914A. Grayscale: #656565. Windows color (decimal): -13078859 or 11890232. OLE color: 11890232.

HSL color Cylindrical-coordinate representation of color #386EB5: hue angle of 214.08º 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 #386EB5 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56110181-
CMYK0.690.3900.29
HSL214.08º52.74%46.47%-
HSV(B)214.08º69.06%70.98%-
XYZ15.5515.3345.86-
YUV101.95172.6195.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 181 (71.09% from 255) = 52.16%
R=16.14%
G=31.70%
B=52.16%

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
Decimal561101810.690.3900.29214.0852.7446.47
Hex386EB5452701Dd6352e
Octal70156265105470353266556
Binary111000110111010110101100010110011101110111010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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