#3871a2

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

Shades of Lochmara #3871A2

Tints of Lochmara #3871A2

Color information

#3871A2 (or 0x3871A2) is unknown color: approx Lochmara. HEX triplet: 38, 71 and A2. RGB value is (56,113,162). Sum of RGB (Red+Green+Blue) = 56+113+162=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 162 - color contains mainly: blue. Hex color #3871A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3871A2 is #C78E5D. Grayscale: #656565. Windows color (decimal): -13078110 or 10645816. OLE color: 10645816.

HSL color Cylindrical-coordinate representation of color #3871A2: hue angle of 207.74º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3871A2 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB56113162-
CMYK0.650.3000.36
HSL207.74º48.62%42.75%-
HSV(B)207.74º65.43%63.53%-
XYZ14.0615.2636.39-
YUV101.54162.1295.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 162 (63.67% from 255) = 48.94%
R=16.92%
G=34.14%
B=48.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561131620.650.3000.36207.7448.6242.75
Hex3871A2411E024d0312b
Octal70161242101360443206153
Binary111000111000110100010100000111110010010011010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3871a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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