#3566AC

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

Shades of Lochmara #3566AC

Tints of Lochmara #3566AC

Color information

#3566AC (or 0x3566AC) is unknown color: approx Lochmara. HEX triplet: 35, 66 and AC. RGB value is (53,102,172). Sum of RGB (Red+Green+Blue) = 53+102+172=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #3566AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3566AC is #CA9953. Grayscale: #5F5F5F. Windows color (decimal): -13277524 or 11298357. OLE color: 11298357.

HSL color Cylindrical-coordinate representation of color #3566AC: hue angle of 215.29º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3566AC is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53102172-
CMYK0.690.4100.33
HSL215.29º52.89%44.12%-
HSV(B)215.29º69.19%67.45%-
XYZ13.6713.2440.86-
YUV95.33171.2797.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=16.21%
G=31.19%
B=52.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531021720.690.4100.33215.2952.8944.12
Hex3566AC4529021d7352c
Octal65146254105510413276554
Binary1101011100110101011001000101101001010000111010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3566AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3566AC; }

 p { color: rgb(53,102,172); }

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

<style>
 a { background-color: #3566AC; }

 a { background-color: rgb(53,102,172); }

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

<style>
 span { border-color: #3566AC; }

 span { border-color: rgb(53,102,172); }

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