#3577A7

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

Shades of Lochmara #3577A7

Tints of Lochmara #3577A7

Color information

#3577A7 (or 0x3577A7) is unknown color: approx Lochmara. HEX triplet: 35, 77 and A7. RGB value is (53,119,167). Sum of RGB (Red+Green+Blue) = 53+119+167=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #3577A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3577A7 is #CA8858. Grayscale: #686868. Windows color (decimal): -13273177 or 10975029. OLE color: 10975029.

HSL color Cylindrical-coordinate representation of color #3577A7: hue angle of 205.26º degrees, saturation: 0.52, 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 #3577A7 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB53119167-
CMYK0.680.2900.35
HSL205.26º51.82%43.14%-
HSV(B)205.26º68.26%65.49%-
XYZ15.0416.7439-
YUV104.74163.1391.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 167 (65.62% from 255) = 49.26%
R=15.63%
G=35.10%
B=49.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531191670.680.2900.35205.2651.8243.14
Hex3577A7441D023cd342b
Octal65167247104350433156453
Binary110101111011110100111100010011101010001111001101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3577A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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