#3578AE

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

Shades of Lochmara #3578AE

Tints of Lochmara #3578AE

Color information

#3578AE (or 0x3578AE) is unknown color: approx Lochmara. HEX triplet: 35, 78 and AE. RGB value is (53,120,174). Sum of RGB (Red+Green+Blue) = 53+120+174=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #3578AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3578AE is #CA8751. Grayscale: #696969. Windows color (decimal): -13272914 or 11434037. OLE color: 11434037.

HSL color Cylindrical-coordinate representation of color #3578AE: hue angle of 206.78º 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 #3578AE is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53120174-
CMYK0.700.3100.32
HSL206.78º53.3%44.51%-
HSV(B)206.78º69.54%68.24%-
XYZ15.8217.2542.54-
YUV106.12166.390.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=15.27%
G=34.58%
B=50.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531201740.700.3100.32206.7853.344.51
Hex3578AE461F020cf352d
Octal65170256106370403176555
Binary110101111100010101110100011011111010000011001111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3578AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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