#3946B4

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

Shades of Free Speech Blue #3946B4

Tints of Free Speech Blue #3946B4

Color information

#3946B4 (or 0x3946B4) is unknown color: approx Free Speech Blue. HEX triplet: 39, 46 and B4. RGB value is (57,70,180). Sum of RGB (Red+Green+Blue) = 57+70+180=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #3946B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3946B4 is #C6B94B. Grayscale: #4E4E4E. Windows color (decimal): -13023564 or 11814457. OLE color: 11814457.

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

Color convert

RGB5770180-
CMYK0.680.6100.29
HSL233.66º51.9%46.47%-
HSV(B)233.66º68.33%70.59%-
XYZ12.128.5544.19-
YUV78.65185.19112.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 180 (70.70% from 255) = 58.63%
R=18.57%
G=22.80%
B=58.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57701800.680.6100.29233.6651.946.47
Hex3946B4443D01Dea342e
Octal71106264104750353526456
Binary111001100011010110100100010011110101110111101010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3946B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3946B4; }

 p { color: rgb(57,70,180); }

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

<style>
 a { background-color: #3946B4; }

 a { background-color: rgb(57,70,180); }

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

<style>
 span { border-color: #3946B4; }

 span { border-color: rgb(57,70,180); }

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