#386B99

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

Shades of Lochmara #386B99

Tints of Lochmara #386B99

Color information

#386B99 (or 0x386B99) is unknown color: approx Lochmara. HEX triplet: 38, 6B and 99. RGB value is (56,107,153). Sum of RGB (Red+Green+Blue) = 56+107+153=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #386B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B99 is #C79466. Grayscale: #606060. Windows color (decimal): -13079655 or 10054456. OLE color: 10054456.

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

Color convert

RGB56107153-
CMYK0.630.3000.4
HSL208.45º46.41%40.98%-
HSV(B)208.45º63.4%60%-
XYZ12.6413.6632.11-
YUV97159.698.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=17.72%
G=33.86%
B=48.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561071530.630.3000.4208.4546.4140.98
Hex386B993F1E028d02e29
Octal7015323177360503205651
Binary11100011010111001100111111111110010100011010000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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