#386DA0

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

Shades of Lochmara #386DA0

Tints of Lochmara #386DA0

Color information

#386DA0 (or 0x386DA0) is unknown color: approx Lochmara. HEX triplet: 38, 6D and A0. RGB value is (56,109,160). Sum of RGB (Red+Green+Blue) = 56+109+160=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #386DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386DA0 is #C7925F. Grayscale: #626262. Windows color (decimal): -13079136 or 10513720. OLE color: 10513720.

HSL color Cylindrical-coordinate representation of color #386DA0: hue angle of 209.42º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386DA0 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB56109160-
CMYK0.650.3200.37
HSL209.42º48.15%42.35%-
HSV(B)209.42º65%62.75%-
XYZ13.4414.3235.31-
YUV98.97162.4497.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 160 (62.89% from 255) = 49.23%
R=17.23%
G=33.54%
B=49.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561091600.650.3200.37209.4248.1542.35
Hex386DA04120025d1302a
Octal70155240101400453216052
Binary1110001101101101000001000001100000010010111010001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,109,160); }

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

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

 a { background-color: rgb(56,109,160); }

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

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

 span { border-color: rgb(56,109,160); }

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