#3878A6

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

Shades of Lochmara #3878A6

Tints of Lochmara #3878A6

Color information

#3878A6 (or 0x3878A6) is unknown color: approx Lochmara. HEX triplet: 38, 78 and A6. RGB value is (56,120,166). Sum of RGB (Red+Green+Blue) = 56+120+166=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #3878A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3878A6 is #C78759. Grayscale: #696969. Windows color (decimal): -13076314 or 10909752. OLE color: 10909752.

HSL color Cylindrical-coordinate representation of color #3878A6: hue angle of 205.09º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3878A6 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56120166-
CMYK0.660.2800.35
HSL205.09º49.55%43.53%-
HSV(B)205.09º66.27%65.1%-
XYZ15.2317.0338.56-
YUV106.11161.892.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 166 (65.23% from 255) = 48.54%
R=16.37%
G=35.09%
B=48.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561201660.660.2800.35205.0949.5543.53
Hex3878A6421C023cd322c
Octal70170246102340433156254
Binary111000111100010100110100001011100010001111001101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3878A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3878A6; }

 p { color: rgb(56,120,166); }

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

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

 a { background-color: rgb(56,120,166); }

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

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

 span { border-color: rgb(56,120,166); }

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