#3569AD

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

Shades of Lochmara #3569AD

Tints of Lochmara #3569AD

Color information

#3569AD (or 0x3569AD) is unknown color: approx Lochmara. HEX triplet: 35, 69 and AD. RGB value is (53,105,173). Sum of RGB (Red+Green+Blue) = 53+105+173=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #3569AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3569AD is #CA9652. Grayscale: #606060. Windows color (decimal): -13276755 or 11364661. OLE color: 11364661.

HSL color Cylindrical-coordinate representation of color #3569AD: hue angle of 214º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3569AD is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53105173-
CMYK0.690.3900.32
HSL214º53.1%44.31%-
HSV(B)214º69.36%67.84%-
XYZ14.0613.8841.47-
YUV97.2170.7796.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=16.01%
G=31.72%
B=52.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531051730.690.3900.3221453.144.31
Hex3569AD4527020d6352c
Octal65151255105470403266554
Binary1101011101001101011011000101100111010000011010110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3569AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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