#3572AB

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

Shades of Lochmara #3572AB

Tints of Lochmara #3572AB

Color information

#3572AB (or 0x3572AB) is unknown color: approx Lochmara. HEX triplet: 35, 72 and AB. RGB value is (53,114,171). Sum of RGB (Red+Green+Blue) = 53+114+171=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #3572AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3572AB is #CA8D54. Grayscale: #656565. Windows color (decimal): -13274453 or 11235893. OLE color: 11235893.

HSL color Cylindrical-coordinate representation of color #3572AB: hue angle of 208.98º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3572AB is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53114171-
CMYK0.690.3300.33
HSL208.98º52.68%43.92%-
HSV(B)208.98º69.01%67.06%-
XYZ14.8415.7340.78-
YUV102.26166.7992.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=15.68%
G=33.73%
B=50.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531141710.690.3300.33208.9852.6843.92
Hex3572AB4521021d1352c
Octal65162253105410413216554
Binary1101011110010101010111000101100001010000111010001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3572AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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