#386b96

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

Shades of Lochmara #386B96

Tints of Lochmara #386B96

Color information

#386B96 (or 0x386B96) is unknown color: approx Lochmara. HEX triplet: 38, 6B and 96. RGB value is (56,107,150). Sum of RGB (Red+Green+Blue) = 56+107+150=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #386B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B96 is #C79469. Grayscale: #606060. Windows color (decimal): -13079658 or 9857848. OLE color: 9857848.

HSL color Cylindrical-coordinate representation of color #386B96: hue angle of 207.45º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386B96 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56107150-
CMYK0.630.2900.41
HSL207.45º45.63%40.39%-
HSV(B)207.45º62.67%58.82%-
XYZ12.3913.5630.82-
YUV96.65158.199-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=17.89%
G=34.19%
B=47.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561071500.630.2900.41207.4545.6340.39
Hex386B963F1D029cf2e28
Octal7015322677350513175650
Binary11100011010111001011011111111101010100111001111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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