#3B46AC

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

Shades of Free Speech Blue #3B46AC

Tints of Free Speech Blue #3B46AC

Color information

#3B46AC (or 0x3B46AC) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 46 and AC. RGB value is (59,70,172). Sum of RGB (Red+Green+Blue) = 59+70+172=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B46AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B46AC is #C4B953. Grayscale: #4D4D4D. Windows color (decimal): -12892500 or 11290171. OLE color: 11290171.

HSL color Cylindrical-coordinate representation of color #3B46AC: hue angle of 234.16º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B46AC is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5970172-
CMYK0.660.5900.33
HSL234.16º48.92%45.29%-
HSV(B)234.16º65.7%67.45%-
XYZ11.448.2940.03-
YUV78.34180.86114.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=19.60%
G=23.26%
B=57.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59701720.660.5900.33234.1648.9245.29
Hex3B46AC423B021ea312d
Octal73106254102730413526155
Binary1110111000110101011001000010111011010000111101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B46AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,172); }

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

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

 a { background-color: rgb(59,70,172); }

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

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

 span { border-color: rgb(59,70,172); }

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