#386AAD

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

Shades of Lochmara #386AAD

Tints of Lochmara #386AAD

Color information

#386AAD (or 0x386AAD) is unknown color: approx Lochmara. HEX triplet: 38, 6A and AD. RGB value is (56,106,173). Sum of RGB (Red+Green+Blue) = 56+106+173=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #386AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386AAD is #C79552. Grayscale: #626262. Windows color (decimal): -13079891 or 11364920. OLE color: 11364920.

HSL color Cylindrical-coordinate representation of color #386AAD: hue angle of 214.36º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386AAD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56106173-
CMYK0.680.3900.32
HSL214.36º51.09%44.9%-
HSV(B)214.36º67.63%67.84%-
XYZ14.3314.1741.51-
YUV98.69169.9497.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=16.72%
G=31.64%
B=51.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561061730.680.3900.32214.3651.0944.9
Hex386AAD4427020d6332d
Octal70152255104470403266355
Binary1110001101010101011011000100100111010000011010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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