#3575A2

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

Shades of Lochmara #3575A2

Tints of Lochmara #3575A2

Color information

#3575A2 (or 0x3575A2) is unknown color: approx Lochmara. HEX triplet: 35, 75 and A2. RGB value is (53,117,162). Sum of RGB (Red+Green+Blue) = 53+117+162=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #3575A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3575A2 is #CA8A5D. Grayscale: #666666. Windows color (decimal): -13273694 or 10646837. OLE color: 10646837.

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

Color convert

RGB53117162-
CMYK0.670.2800.36
HSL204.77º50.7%42.16%-
HSV(B)204.77º67.28%63.53%-
XYZ14.3516.0936.53-
YUV102.99161.392.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 162 (63.67% from 255) = 48.80%
R=15.96%
G=35.24%
B=48.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531171620.670.2800.36204.7750.742.16
Hex3575A2431C024cd332a
Octal65165242103340443156352
Binary110101111010110100010100001111100010010011001101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3575A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,117,162); }

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

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

 a { background-color: rgb(53,117,162); }

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

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

 span { border-color: rgb(53,117,162); }

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