#386BA2

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

Shades of Lochmara #386BA2

Tints of Lochmara #386BA2

Color information

#386BA2 (or 0x386BA2) is unknown color: approx Lochmara. HEX triplet: 38, 6B and A2. RGB value is (56,107,162). Sum of RGB (Red+Green+Blue) = 56+107+162=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #386BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BA2 is #C7945D. Grayscale: #616161. Windows color (decimal): -13079646 or 10644280. OLE color: 10644280.

HSL color Cylindrical-coordinate representation of color #386BA2: hue angle of 211.13º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386BA2 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB56107162-
CMYK0.650.3400.36
HSL211.13º48.62%42.75%-
HSV(B)211.13º65.43%63.53%-
XYZ13.4113.9636.17-
YUV98.02164.198.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=17.23%
G=32.92%
B=49.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561071620.650.3400.36211.1348.6242.75
Hex386BA24122024d3312b
Octal70153242101420443236153
Binary1110001101011101000101000001100010010010011010011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,107,162); }

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

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

 a { background-color: rgb(56,107,162); }

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

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

 span { border-color: rgb(56,107,162); }

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