#3940BC

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

Shades of Free Speech Blue #3940BC

Tints of Free Speech Blue #3940BC

Color information

#3940BC (or 0x3940BC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 40 and BC. RGB value is (57,64,188). Sum of RGB (Red+Green+Blue) = 57+64+188=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3940BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940BC is #C6BF43. Grayscale: #4B4B4B. Windows color (decimal): -13025092 or 12337209. OLE color: 12337209.

HSL color Cylindrical-coordinate representation of color #3940BC: hue angle of 236.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3940BC is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5764188-
CMYK0.700.6600.26
HSL236.79º53.47%48.04%-
HSV(B)236.79º69.68%73.73%-
XYZ12.68.1748.49-
YUV76.04191.18114.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=18.45%
G=20.71%
B=60.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal57641880.700.6600.26236.7953.4748.04
Hex3940BC464201Aed3530
Octal711002741061020323556560
Binary1110011000000101111001000110100001001101011101101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3940BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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