#3566AA

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

Shades of Lochmara #3566AA

Tints of Lochmara #3566AA

Color information

#3566AA (or 0x3566AA) is unknown color: approx Lochmara. HEX triplet: 35, 66 and AA. RGB value is (53,102,170). Sum of RGB (Red+Green+Blue) = 53+102+170=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #3566AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3566AA is #CA9955. Grayscale: #5E5E5E. Windows color (decimal): -13277526 or 11167285. OLE color: 11167285.

HSL color Cylindrical-coordinate representation of color #3566AA: hue angle of 214.87º degrees, saturation: 0.52, 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 #3566AA is Cyan = 0.69, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53102170-
CMYK0.690.400.33
HSL214.87º52.47%43.73%-
HSV(B)214.87º68.82%66.67%-
XYZ13.4813.1639.86-
YUV95.1170.2797.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=16.31%
G=31.38%
B=52.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531021700.690.400.33214.8752.4743.73
Hex3566AA4528021d7342c
Octal65146252105500413276454
Binary1101011100110101010101000101101000010000111010111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3566AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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