#3946BA

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

Shades of Free Speech Blue #3946BA

Tints of Free Speech Blue #3946BA

Color information

#3946BA (or 0x3946BA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 46 and BA. RGB value is (57,70,186). Sum of RGB (Red+Green+Blue) = 57+70+186=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #3946BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3946BA is #C6B945. Grayscale: #4E4E4E. Windows color (decimal): -13023558 or 12207673. OLE color: 12207673.

HSL color Cylindrical-coordinate representation of color #3946BA: hue angle of 233.95º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3946BA is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5770186-
CMYK0.690.6200.27
HSL233.95º53.09%47.65%-
HSV(B)233.95º69.35%72.94%-
XYZ12.748.847.48-
YUV79.34188.19112.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 70 (27.73% from 255) = 22.36%
BLUE value IS 186 (73.05% from 255) = 59.42%
R=18.21%
G=22.36%
B=59.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57701860.690.6200.27233.9553.0947.65
Hex3946BA453E01Bea3530
Octal71106272105760333526560
Binary111001100011010111010100010111111001101111101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3946BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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