#386BAD

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

Shades of Lochmara #386BAD

Tints of Lochmara #386BAD

Color information

#386BAD (or 0x386BAD) is unknown color: approx Lochmara. HEX triplet: 38, 6B and AD. RGB value is (56,107,173). Sum of RGB (Red+Green+Blue) = 56+107+173=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #386BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BAD is #C79452. Grayscale: #626262. Windows color (decimal): -13079635 or 11365176. OLE color: 11365176.

HSL color Cylindrical-coordinate representation of color #386BAD: hue angle of 213.85º 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 #386BAD is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56107173-
CMYK0.680.3800.32
HSL213.85º51.09%44.9%-
HSV(B)213.85º67.63%67.84%-
XYZ14.4314.3741.55-
YUV99.28169.697.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=16.67%
G=31.85%
B=51.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561071730.680.3800.32213.8551.0944.9
Hex386BAD4426020d6332d
Octal70153255104460403266355
Binary1110001101011101011011000100100110010000011010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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