#386799

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

Shades of Lochmara #386799

Tints of Lochmara #386799

Color information

#386799 (or 0x386799) is unknown color: approx Lochmara. HEX triplet: 38, 67 and 99. RGB value is (56,103,153). Sum of RGB (Red+Green+Blue) = 56+103+153=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #386799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386799 is #C79866. Grayscale: #5E5E5E. Windows color (decimal): -13080679 or 10053432. OLE color: 10053432.

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

Color convert

RGB56103153-
CMYK0.630.3300.4
HSL210.93º46.41%40.98%-
HSV(B)210.93º63.4%60%-
XYZ12.2312.8431.97-
YUV94.65160.93100.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=17.95%
G=33.01%
B=49.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561031530.630.3300.4210.9346.4140.98
Hex3867993F21028d32e29
Octal7014723177410503235651
Binary111000110011110011001111111100001010100011010011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386799; }

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

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

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

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

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

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

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

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