#3871AB

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

Shades of Lochmara #3871AB

Tints of Lochmara #3871AB

Color information

#3871AB (or 0x3871AB) is unknown color: approx Lochmara. HEX triplet: 38, 71 and AB. RGB value is (56,113,171). Sum of RGB (Red+Green+Blue) = 56+113+171=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #3871AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3871AB is #C78E54. Grayscale: #666666. Windows color (decimal): -13078101 or 11235640. OLE color: 11235640.

HSL color Cylindrical-coordinate representation of color #3871AB: hue angle of 210.26º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3871AB is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56113171-
CMYK0.670.3400.33
HSL210.26º50.66%44.51%-
HSV(B)210.26º67.25%67.06%-
XYZ14.8915.5940.75-
YUV102.57166.6294.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=16.47%
G=33.24%
B=50.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561131710.670.3400.33210.2650.6644.51
Hex3871AB4322021d2332d
Octal70161253103420413226355
Binary1110001110001101010111000011100010010000111010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3871AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3871AB; }

 p { color: rgb(56,113,171); }

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

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

 a { background-color: rgb(56,113,171); }

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

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

 span { border-color: rgb(56,113,171); }

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