#3471ac

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

Shades of Lochmara #3471AC

Tints of Lochmara #3471AC

Color information

#3471AC (or 0x3471AC) is unknown color: approx Lochmara. HEX triplet: 34, 71 and AC. RGB value is (52,113,172). Sum of RGB (Red+Green+Blue) = 52+113+172=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #3471AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3471AC is #CB8E53. Grayscale: #656565. Windows color (decimal): -13340244 or 11301172. OLE color: 11301172.

HSL color Cylindrical-coordinate representation of color #3471AC: hue angle of 209.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3471AC is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52113172-
CMYK0.700.3400.33
HSL209.5º53.57%43.92%-
HSV(B)209.5º69.77%67.45%-
XYZ14.7715.5241.25-
YUV101.49167.7992.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=15.43%
G=33.53%
B=51.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521131720.700.3400.33209.553.5743.92
Hex3471AC4622021d2362c
Octal64161254106420413226654
Binary1101001110001101011001000110100010010000111010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3471ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3471ac; }

 p { color: rgb(52,113,172); }

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

<style>
 a { background-color: #3471ac; }

 a { background-color: rgb(52,113,172); }

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

<style>
 span { border-color: #3471ac; }

 span { border-color: rgb(52,113,172); }

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