#3473B1

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

Shades of Lochmara #3473B1

Tints of Lochmara #3473B1

Color information

#3473B1 (or 0x3473B1) is unknown color: approx Lochmara. HEX triplet: 34, 73 and B1. RGB value is (52,115,177). Sum of RGB (Red+Green+Blue) = 52+115+177=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #3473B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3473B1 is #CB8C4E. Grayscale: #666666. Windows color (decimal): -13339727 or 11629364. OLE color: 11629364.

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

Color convert

RGB52115177-
CMYK0.710.3500.31
HSL209.76º54.59%44.9%-
HSV(B)209.76º70.62%69.41%-
XYZ15.4816.1743.9-
YUV103.23169.6391.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 177 (69.53% from 255) = 51.45%
R=15.12%
G=33.43%
B=51.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521151770.710.3500.31209.7654.5944.9
Hex3473B1472301Fd2372d
Octal64163261107430373226755
Binary110100111001110110001100011110001101111111010010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3473B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3473B1; }

 p { color: rgb(52,115,177); }

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

<style>
 a { background-color: #3473B1; }

 a { background-color: rgb(52,115,177); }

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

<style>
 span { border-color: #3473B1; }

 span { border-color: rgb(52,115,177); }

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