#386E9F

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

Shades of Lochmara #386E9F

Tints of Lochmara #386E9F

Color information

#386E9F (or 0x386E9F) is unknown color: approx Lochmara. HEX triplet: 38, 6E and 9F. RGB value is (56,110,159). Sum of RGB (Red+Green+Blue) = 56+110+159=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #386E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E9F is #C79160. Grayscale: #636363. Windows color (decimal): -13078881 or 10448440. OLE color: 10448440.

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

Color convert

RGB56110159-
CMYK0.650.3100.38
HSL208.54º47.91%42.16%-
HSV(B)208.54º64.78%62.35%-
XYZ13.4614.534.89-
YUV99.44161.6197.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=17.23%
G=33.85%
B=48.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561101590.650.3100.38208.5447.9142.16
Hex386E9F411F026d1302a
Octal70156237101370463216052
Binary111000110111010011111100000111111010011011010001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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