#3569AE

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

Shades of Lochmara #3569AE

Tints of Lochmara #3569AE

Color information

#3569AE (or 0x3569AE) is unknown color: approx Lochmara. HEX triplet: 35, 69 and AE. RGB value is (53,105,174). Sum of RGB (Red+Green+Blue) = 53+105+174=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #3569AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3569AE is #CA9651. Grayscale: #606060. Windows color (decimal): -13276754 or 11430197. OLE color: 11430197.

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

Color convert

RGB53105174-
CMYK0.700.4000.32
HSL214.21º53.3%44.51%-
HSV(B)214.21º69.54%68.24%-
XYZ14.1613.9241.98-
YUV97.32171.2796.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=15.96%
G=31.63%
B=52.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531051740.700.4000.32214.2153.344.51
Hex3569AE4628020d6352d
Octal65151256106500403266555
Binary1101011101001101011101000110101000010000011010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3569AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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