#3941B5

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

Shades of Free Speech Blue #3941B5

Tints of Free Speech Blue #3941B5

Color information

#3941B5 (or 0x3941B5) is unknown color: approx Free Speech Blue. HEX triplet: 39, 41 and B5. RGB value is (57,65,181). Sum of RGB (Red+Green+Blue) = 57+65+181=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 181 (71.09% from 255 or 59.74% from 303); Max value from RGB is 181 - color contains mainly: blue. Hex color #3941B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3941B5 is #C6BE4A. Grayscale: #4B4B4B. Windows color (decimal): -13024843 or 11878713. OLE color: 11878713.

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

Color convert

RGB5765181-
CMYK0.690.6400.29
HSL236.13º52.1%46.67%-
HSV(B)236.13º68.51%70.98%-
XYZ11.927.9944.63-
YUV75.83187.35114.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 181 (71.09% from 255) = 59.74%
R=18.81%
G=21.45%
B=59.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57651810.690.6400.29236.1352.146.67
Hex3941B5454001Dec342f
Octal711012651051000353546457
Binary1110011000001101101011000101100000001110111101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3941B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3941B5; }

 p { color: rgb(57,65,181); }

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

<style>
 a { background-color: #3941B5; }

 a { background-color: rgb(57,65,181); }

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

<style>
 span { border-color: #3941B5; }

 span { border-color: rgb(57,65,181); }

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