#3574A2

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

Shades of Lochmara #3574A2

Tints of Lochmara #3574A2

Color information

#3574A2 (or 0x3574A2) is unknown color: approx Lochmara. HEX triplet: 35, 74 and A2. RGB value is (53,116,162). Sum of RGB (Red+Green+Blue) = 53+116+162=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 162 - color contains mainly: blue. Hex color #3574A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3574A2 is #CA8B5D. Grayscale: #666666. Windows color (decimal): -13273950 or 10646581. OLE color: 10646581.

HSL color Cylindrical-coordinate representation of color #3574A2: hue angle of 205.32º 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 #3574A2 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB53116162-
CMYK0.670.2800.36
HSL205.32º50.7%42.16%-
HSV(B)205.32º67.28%63.53%-
XYZ14.2415.8636.49-
YUV102.41161.6392.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 162 (63.67% from 255) = 48.94%
R=16.01%
G=35.05%
B=48.94%

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
Decimal531161620.670.2800.36205.3250.742.16
Hex3574A2431C024cd332a
Octal65164242103340443156352
Binary110101111010010100010100001111100010010011001101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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