#386E9C

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

Shades of Lochmara #386E9C

Tints of Lochmara #386E9C

Color information

#386E9C (or 0x386E9C) is unknown color: approx Lochmara. HEX triplet: 38, 6E and 9C. RGB value is (56,110,156). Sum of RGB (Red+Green+Blue) = 56+110+156=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #386E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E9C is #C79163. Grayscale: #626262. Windows color (decimal): -13078884 or 10251832. OLE color: 10251832.

HSL color Cylindrical-coordinate representation of color #386E9C: hue angle of 207.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386E9C is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56110156-
CMYK0.640.2900.39
HSL207.6º47.17%41.57%-
HSV(B)207.6º64.1%61.18%-
XYZ13.2114.3933.53-
YUV99.1160.1197.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=17.39%
G=34.16%
B=48.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561101560.640.2900.39207.647.1741.57
Hex386E9C401D027d02f2a
Octal70156234100350473205752
Binary111000110111010011100100000011101010011111010000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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