#386597

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

Shades of Lochmara #386597

Tints of Lochmara #386597

Color information

#386597 (or 0x386597) is unknown color: approx Lochmara. HEX triplet: 38, 65 and 97. RGB value is (56,101,151). Sum of RGB (Red+Green+Blue) = 56+101+151=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #386597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386597 is #C79A68. Grayscale: #5D5D5D. Windows color (decimal): -13081193 or 9921848. OLE color: 9921848.

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

Color convert

RGB56101151-
CMYK0.630.3300.41
HSL211.58º45.89%40.59%-
HSV(B)211.58º62.91%59.22%-
XYZ11.8712.3831.04-
YUV93.24160.59101.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 151 (59.38% from 255) = 49.03%
R=18.18%
G=32.79%
B=49.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561011510.630.3300.41211.5845.8940.59
Hex3865973F21029d42e29
Octal7014522777410513245651
Binary111000110010110010111111111100001010100111010100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386597; }

 p { color: rgb(56,101,151); }

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

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

 a { background-color: rgb(56,101,151); }

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

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

 span { border-color: rgb(56,101,151); }

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