#3A71AB

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

Shades of Lochmara #3A71AB

Tints of Lochmara #3A71AB

Color information

#3A71AB (or 0x3A71AB) is unknown color: approx Lochmara. HEX triplet: 3A, 71 and AB. RGB value is (58,113,171). Sum of RGB (Red+Green+Blue) = 58+113+171=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A71AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A71AB is #C58E54. Grayscale: #666666. Windows color (decimal): -12947029 or 11235642. OLE color: 11235642.

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

Color convert

RGB58113171-
CMYK0.660.3400.33
HSL210.8º49.34%44.9%-
HSV(B)210.8º66.08%67.06%-
XYZ1515.6540.76-
YUV103.17166.2895.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.96%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 171 (67.19% from 255) = 50%
R=16.96%
G=33.04%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581131710.660.3400.33210.849.3444.9
Hex3A71AB4222021d3312d
Octal72161253102420413236155
Binary1110101110001101010111000010100010010000111010011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A71AB; }

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

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

<style>
 a { background-color: #3A71AB; }

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

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

<style>
 span { border-color: #3A71AB; }

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

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