#3A56B5

Color #3A56B5 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3A56B5

Tints of Free Speech Blue #3A56B5

Color information

#3A56B5 (or 0x3A56B5) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 56 and B5. RGB value is (58,86,181). Sum of RGB (Red+Green+Blue) = 58+86+181=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A56B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A56B5 is #C5A94A. Grayscale: #585858. Windows color (decimal): -12953931 or 11884090. OLE color: 11884090.

HSL color Cylindrical-coordinate representation of color #3A56B5: hue angle of 226.34º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A56B5 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5886181-
CMYK0.680.5200.29
HSL226.34º51.46%46.86%-
HSV(B)226.34º67.96%70.98%-
XYZ13.4110.8945.11-
YUV88.46180.22106.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 181 (71.09% from 255) = 55.69%
R=17.85%
G=26.46%
B=55.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58861810.680.5200.29226.3451.4646.86
Hex3A56B5443401De2332f
Octal72126265104640353426357
Binary111010101011010110101100010011010001110111100010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A56B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A56B5; }

 p { color: rgb(58,86,181); }

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

<style>
 a { background-color: #3A56B5; }

 a { background-color: rgb(58,86,181); }

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

<style>
 span { border-color: #3A56B5; }

 span { border-color: rgb(58,86,181); }

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