#3871AF

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

Shades of Lochmara #3871AF

Tints of Lochmara #3871AF

Color information

#3871AF (or 0x3871AF) is unknown color: approx Lochmara. HEX triplet: 38, 71 and AF. RGB value is (56,113,175). Sum of RGB (Red+Green+Blue) = 56+113+175=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #3871AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3871AF is #C78E50. Grayscale: #666666. Windows color (decimal): -13078097 or 11497784. OLE color: 11497784.

HSL color Cylindrical-coordinate representation of color #3871AF: hue angle of 211.26º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3871AF is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56113175-
CMYK0.680.3500.31
HSL211.26º51.52%45.29%-
HSV(B)211.26º68%68.63%-
XYZ15.2715.7542.79-
YUV103.02168.6294.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.28%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=16.28%
G=32.85%
B=50.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561131750.680.3500.31211.2651.5245.29
Hex3871AF442301Fd3342d
Octal70161257104430373236455
Binary111000111000110101111100010010001101111111010011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3871AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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