#3574A4

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

Shades of Lochmara #3574A4

Tints of Lochmara #3574A4

Color information

#3574A4 (or 0x3574A4) is unknown color: approx Lochmara. HEX triplet: 35, 74 and A4. RGB value is (53,116,164). Sum of RGB (Red+Green+Blue) = 53+116+164=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #3574A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3574A4 is #CA8B5B. Grayscale: #666666. Windows color (decimal): -13273948 or 10777653. OLE color: 10777653.

HSL color Cylindrical-coordinate representation of color #3574A4: hue angle of 205.95º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3574A4 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB53116164-
CMYK0.680.2900.36
HSL205.95º51.15%42.55%-
HSV(B)205.95º67.68%64.31%-
XYZ14.4115.9337.44-
YUV102.64162.6392.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 164 (64.45% from 255) = 49.25%
R=15.92%
G=34.83%
B=49.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531161640.680.2900.36205.9551.1542.55
Hex3574A4441D024ce332b
Octal65164244104350443166353
Binary110101111010010100100100010011101010010011001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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