#3474A2

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

Shades of Lochmara #3474A2

Tints of Lochmara #3474A2

Color information

#3474A2 (or 0x3474A2) is unknown color: approx Lochmara. HEX triplet: 34, 74 and A2. RGB value is (52,116,162). Sum of RGB (Red+Green+Blue) = 52+116+162=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #3474A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3474A2 is #CB8B5D. Grayscale: #656565. Windows color (decimal): -13339486 or 10646580. OLE color: 10646580.

HSL color Cylindrical-coordinate representation of color #3474A2: hue angle of 205.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3474A2 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52116162-
CMYK0.680.2800.36
HSL205.09º51.4%41.96%-
HSV(B)205.09º67.9%63.53%-
XYZ14.1815.8336.49-
YUV102.11161.892.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=15.76%
G=35.15%
B=49.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521161620.680.2800.36205.0951.441.96
Hex3474A2441C024cd332a
Octal64164242104340443156352
Binary110100111010010100010100010011100010010011001101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3474A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3474A2; }

 p { color: rgb(52,116,162); }

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

<style>
 a { background-color: #3474A2; }

 a { background-color: rgb(52,116,162); }

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

<style>
 span { border-color: #3474A2; }

 span { border-color: rgb(52,116,162); }

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