#3574AC

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

Shades of Lochmara #3574AC

Tints of Lochmara #3574AC

Color information

#3574AC (or 0x3574AC) is unknown color: approx Lochmara. HEX triplet: 35, 74 and AC. RGB value is (53,116,172). Sum of RGB (Red+Green+Blue) = 53+116+172=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #3574AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3574AC is #CA8B53. Grayscale: #676767. Windows color (decimal): -13273940 or 11301941. OLE color: 11301941.

HSL color Cylindrical-coordinate representation of color #3574AC: hue angle of 208.24º 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 #3574AC is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53116172-
CMYK0.690.3300.33
HSL208.24º52.89%44.12%-
HSV(B)208.24º69.19%67.45%-
XYZ15.1616.2341.36-
YUV103.55166.6391.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 172 (67.58% from 255) = 50.44%
R=15.54%
G=34.02%
B=50.44%

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
Decimal531161720.690.3300.33208.2452.8944.12
Hex3574AC4521021d0352c
Octal65164254105410413206554
Binary1101011110100101011001000101100001010000111010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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