#3574AD

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

Shades of Lochmara #3574AD

Tints of Lochmara #3574AD

Color information

#3574AD (or 0x3574AD) is unknown color: approx Lochmara. HEX triplet: 35, 74 and AD. RGB value is (53,116,173). Sum of RGB (Red+Green+Blue) = 53+116+173=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #3574AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3574AD is #CA8B52. Grayscale: #676767. Windows color (decimal): -13273939 or 11367477. OLE color: 11367477.

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

Color convert

RGB53116173-
CMYK0.690.3300.32
HSL208.5º53.1%44.31%-
HSV(B)208.5º69.36%67.84%-
XYZ15.2616.2641.87-
YUV103.66167.1391.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=15.50%
G=33.92%
B=50.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531161730.690.3300.32208.553.144.31
Hex3574AD4521020d0352c
Octal65164255105410403206554
Binary1101011110100101011011000101100001010000011010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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