#386996

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

Shades of Lochmara #386996

Tints of Lochmara #386996

Color information

#386996 (or 0x386996) is unknown color: approx Lochmara. HEX triplet: 38, 69 and 96. RGB value is (56,105,150). Sum of RGB (Red+Green+Blue) = 56+105+150=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #386996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386996 is #C79669. Grayscale: #5F5F5F. Windows color (decimal): -13080170 or 9857336. OLE color: 9857336.

HSL color Cylindrical-coordinate representation of color #386996: hue angle of 208.72º 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 #386996 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56105150-
CMYK0.630.3000.41
HSL208.72º45.63%40.39%-
HSV(B)208.72º62.67%58.82%-
XYZ12.1913.1530.75-
YUV95.48158.7799.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=18.01%
G=33.76%
B=48.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561051500.630.3000.41208.7245.6340.39
Hex3869963F1E029d12e28
Octal7015122677360513215650
Binary11100011010011001011011111111110010100111010001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386996; }

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

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

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

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

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

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

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

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