#386899

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

Shades of Lochmara #386899

Tints of Lochmara #386899

Color information

#386899 (or 0x386899) is unknown color: approx Lochmara. HEX triplet: 38, 68 and 99. RGB value is (56,104,153). Sum of RGB (Red+Green+Blue) = 56+104+153=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #386899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386899 is #C79766. Grayscale: #5E5E5E. Windows color (decimal): -13080423 or 10053688. OLE color: 10053688.

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

Color convert

RGB56104153-
CMYK0.630.3200.4
HSL210.31º46.41%40.98%-
HSV(B)210.31º63.4%60%-
XYZ12.3313.0432-
YUV95.23160.6100.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=17.89%
G=33.23%
B=48.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561041530.630.3200.4210.3146.4140.98
Hex3868993F20028d22e29
Octal7015023177400503225651
Binary111000110100010011001111111100000010100011010010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386899; }

 p { color: rgb(56,104,153); }

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

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

 a { background-color: rgb(56,104,153); }

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

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

 span { border-color: rgb(56,104,153); }

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