#386999

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

Shades of Lochmara #386999

Tints of Lochmara #386999

Color information

#386999 (or 0x386999) is unknown color: approx Lochmara. HEX triplet: 38, 69 and 99. RGB value is (56,105,153). Sum of RGB (Red+Green+Blue) = 56+105+153=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #386999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386999 is #C79666. Grayscale: #5F5F5F. Windows color (decimal): -13080167 or 10053944. OLE color: 10053944.

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

Color convert

RGB56105153-
CMYK0.630.3100.4
HSL209.69º46.41%40.98%-
HSV(B)209.69º63.4%60%-
XYZ12.4313.2432.04-
YUV95.82160.2799.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=17.83%
G=33.44%
B=48.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561051530.630.3100.4209.6946.4140.98
Hex3869993F1F028d22e29
Octal7015123177370503225651
Binary11100011010011001100111111111111010100011010010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386999; }

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

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

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

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

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

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

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

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