#3472B2

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

Shades of Lochmara #3472B2

Tints of Lochmara #3472B2

Color information

#3472B2 (or 0x3472B2) is unknown color: approx Lochmara. HEX triplet: 34, 72 and B2. RGB value is (52,114,178). Sum of RGB (Red+Green+Blue) = 52+114+178=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #3472B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3472B2 is #CB8D4D. Grayscale: #666666. Windows color (decimal): -13339982 or 11694644. OLE color: 11694644.

HSL color Cylindrical-coordinate representation of color #3472B2: hue angle of 210.48º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3472B2 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB52114178-
CMYK0.710.3600.30
HSL210.48º54.78%45.1%-
HSV(B)210.48º70.79%69.8%-
XYZ15.4715.9844.39-
YUV102.76170.4691.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 178 (69.92% from 255) = 51.74%
R=15.12%
G=33.14%
B=51.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521141780.710.3600.30210.4854.7845.1
Hex3472B2472401Ed2372d
Octal64162262107440363226755
Binary110100111001010110010100011110010001111011010010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3472B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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