#3472AE

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

Shades of Lochmara #3472AE

Tints of Lochmara #3472AE

Color information

#3472AE (or 0x3472AE) is unknown color: approx Lochmara. HEX triplet: 34, 72 and AE. RGB value is (52,114,174). Sum of RGB (Red+Green+Blue) = 52+114+174=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #3472AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3472AE is #CB8D51. Grayscale: #656565. Windows color (decimal): -13339986 or 11432500. OLE color: 11432500.

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

Color convert

RGB52114174-
CMYK0.700.3400.32
HSL209.51º53.98%44.31%-
HSV(B)209.51º70.11%68.24%-
XYZ15.0715.8242.3-
YUV102.3168.4692.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 174 (68.36% from 255) = 51.18%
R=15.29%
G=33.53%
B=51.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521141740.700.3400.32209.5153.9844.31
Hex3472AE4622020d2362c
Octal64162256106420403226654
Binary1101001110010101011101000110100010010000011010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3472AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3472AE; }

 p { color: rgb(52,114,174); }

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

<style>
 a { background-color: #3472AE; }

 a { background-color: rgb(52,114,174); }

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

<style>
 span { border-color: #3472AE; }

 span { border-color: rgb(52,114,174); }

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