#386693

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

Shades of Lochmara #386693

Tints of Lochmara #386693

Color information

#386693 (or 0x386693) is unknown color: approx Lochmara. HEX triplet: 38, 66 and 93. RGB value is (56,102,147). Sum of RGB (Red+Green+Blue) = 56+102+147=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #386693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386693 is #C7996C. Grayscale: #5D5D5D. Windows color (decimal): -13080941 or 9659960. OLE color: 9659960.

HSL color Cylindrical-coordinate representation of color #386693: hue angle of 209.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386693 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56102147-
CMYK0.620.3100.42
HSL209.67º44.83%39.8%-
HSV(B)209.67º61.9%57.65%-
XYZ11.6512.4529.39-
YUV93.38158.26101.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=18.36%
G=33.44%
B=48.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561021470.620.3100.42209.6744.8339.8
Hex3866933E1F02Ad22d28
Octal7014622376370523225550
Binary11100011001101001001111111011111010101011010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386693; }

 p { color: rgb(56,102,147); }

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

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

 a { background-color: rgb(56,102,147); }

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

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

 span { border-color: rgb(56,102,147); }

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