#3940B5

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

Shades of Free Speech Blue #3940B5

Tints of Free Speech Blue #3940B5

Color information

#3940B5 (or 0x3940B5) is unknown color: approx Free Speech Blue. HEX triplet: 39, 40 and B5. RGB value is (57,64,181). Sum of RGB (Red+Green+Blue) = 57+64+181=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 181 (71.09% from 255 or 59.93% from 302); Max value from RGB is 181 - color contains mainly: blue. Hex color #3940B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940B5 is #C6BF4A. Grayscale: #4A4A4A. Windows color (decimal): -13025099 or 11878457. OLE color: 11878457.

HSL color Cylindrical-coordinate representation of color #3940B5: hue angle of 236.61º 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 #3940B5 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5764181-
CMYK0.690.6500.29
HSL236.61º52.1%46.67%-
HSV(B)236.61º68.51%70.98%-
XYZ11.867.8744.61-
YUV75.24187.68114.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 181 (71.09% from 255) = 59.93%
R=18.87%
G=21.19%
B=59.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57641810.690.6500.29236.6152.146.67
Hex3940B5454101Ded342f
Octal711002651051010353556457
Binary1110011000000101101011000101100000101110111101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3940B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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