#3472AB

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

Shades of Lochmara #3472AB

Tints of Lochmara #3472AB

Color information

#3472AB (or 0x3472AB) is unknown color: approx Lochmara. HEX triplet: 34, 72 and AB. RGB value is (52,114,171). Sum of RGB (Red+Green+Blue) = 52+114+171=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #3472AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3472AB is #CB8D54. Grayscale: #656565. Windows color (decimal): -13339989 or 11235892. OLE color: 11235892.

HSL color Cylindrical-coordinate representation of color #3472AB: hue angle of 208.74º degrees, saturation: 0.53, 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 #3472AB is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52114171-
CMYK0.700.3300.33
HSL208.74º53.36%43.73%-
HSV(B)208.74º69.59%67.06%-
XYZ14.7815.740.78-
YUV101.96166.9692.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=15.43%
G=33.83%
B=50.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521141710.700.3300.33208.7453.3643.73
Hex3472AB4621021d1352c
Octal64162253106410413216554
Binary1101001110010101010111000110100001010000111010001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3472AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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