#3877A6

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

Shades of Lochmara #3877A6

Tints of Lochmara #3877A6

Color information

#3877A6 (or 0x3877A6) is unknown color: approx Lochmara. HEX triplet: 38, 77 and A6. RGB value is (56,119,166). Sum of RGB (Red+Green+Blue) = 56+119+166=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #3877A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3877A6 is #C78859. Grayscale: #696969. Windows color (decimal): -13076570 or 10909496. OLE color: 10909496.

HSL color Cylindrical-coordinate representation of color #3877A6: hue angle of 205.64º 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 #3877A6 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56119166-
CMYK0.660.2800.35
HSL205.64º49.55%43.53%-
HSV(B)205.64º66.27%65.1%-
XYZ15.1116.7938.52-
YUV105.52162.1392.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 166 (65.23% from 255) = 48.68%
R=16.42%
G=34.90%
B=48.68%

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
Decimal561191660.660.2800.35205.6449.5543.53
Hex3877A6421C023ce322c
Octal70167246102340433166254
Binary111000111011110100110100001011100010001111001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3877A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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