#3577AE

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

Shades of Lochmara #3577AE

Tints of Lochmara #3577AE

Color information

#3577AE (or 0x3577AE) is unknown color: approx Lochmara. HEX triplet: 35, 77 and AE. RGB value is (53,119,174). Sum of RGB (Red+Green+Blue) = 53+119+174=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #3577AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3577AE is #CA8851. Grayscale: #696969. Windows color (decimal): -13273170 or 11433781. OLE color: 11433781.

HSL color Cylindrical-coordinate representation of color #3577AE: hue angle of 207.27º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3577AE is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53119174-
CMYK0.700.3200.32
HSL207.27º53.3%44.51%-
HSV(B)207.27º69.54%68.24%-
XYZ15.7117.0142.5-
YUV105.54166.6390.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.32%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=15.32%
G=34.39%
B=50.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531191740.700.3200.32207.2753.344.51
Hex3577AE4620020cf352d
Octal65167256106400403176555
Binary1101011110111101011101000110100000010000011001111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3577AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3577AE; }

 p { color: rgb(53,119,174); }

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

<style>
 a { background-color: #3577AE; }

 a { background-color: rgb(53,119,174); }

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

<style>
 span { border-color: #3577AE; }

 span { border-color: rgb(53,119,174); }

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