#3577A5

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

Shades of Lochmara #3577A5

Tints of Lochmara #3577A5

Color information

#3577A5 (or 0x3577A5) is unknown color: approx Lochmara. HEX triplet: 35, 77 and A5. RGB value is (53,119,165). Sum of RGB (Red+Green+Blue) = 53+119+165=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #3577A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3577A5 is #CA885A. Grayscale: #686868. Windows color (decimal): -13273179 or 10843957. OLE color: 10843957.

HSL color Cylindrical-coordinate representation of color #3577A5: hue angle of 204.64º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3577A5 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB53119165-
CMYK0.680.2800.35
HSL204.64º51.38%42.75%-
HSV(B)204.64º67.88%64.71%-
XYZ14.8616.6738.03-
YUV104.51162.1391.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 165 (64.84% from 255) = 48.96%
R=15.73%
G=35.31%
B=48.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531191650.680.2800.35204.6451.3842.75
Hex3577A5441C023cd332b
Octal65167245104340433156353
Binary110101111011110100101100010011100010001111001101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3577A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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