#3940B4

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

Shades of Free Speech Blue #3940B4

Tints of Free Speech Blue #3940B4

Color information

#3940B4 (or 0x3940B4) is unknown color: approx Free Speech Blue. HEX triplet: 39, 40 and B4. RGB value is (57,64,180). Sum of RGB (Red+Green+Blue) = 57+64+180=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #3940B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940B4 is #C6BF4B. Grayscale: #4A4A4A. Windows color (decimal): -13025100 or 11812921. OLE color: 11812921.

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

Color convert

RGB5764180-
CMYK0.680.6400.29
HSL236.59º51.9%46.47%-
HSV(B)236.59º68.33%70.59%-
XYZ11.767.8344.07-
YUV75.13187.18115.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=18.94%
G=21.26%
B=59.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57641800.680.6400.29236.5951.946.47
Hex3940B4444001Ded342e
Octal711002641041000353556456
Binary1110011000000101101001000100100000001110111101101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3940B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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