#3940B6

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

Shades of Free Speech Blue #3940B6

Tints of Free Speech Blue #3940B6

Color information

#3940B6 (or 0x3940B6) is unknown color: approx Free Speech Blue. HEX triplet: 39, 40 and B6. RGB value is (57,64,182). Sum of RGB (Red+Green+Blue) = 57+64+182=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #3940B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940B6 is #C6BF49. Grayscale: #4A4A4A. Windows color (decimal): -13025098 or 11943993. OLE color: 11943993.

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

Color convert

RGB5764182-
CMYK0.690.6500.29
HSL236.64º52.3%46.86%-
HSV(B)236.64º68.68%71.37%-
XYZ11.967.9145.15-
YUV75.36188.18114.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 182 (71.48% from 255) = 60.07%
R=18.81%
G=21.12%
B=60.07%

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
Decimal57641820.690.6500.29236.6452.346.86
Hex3940B6454101Ded342f
Octal711002661051010353556457
Binary1110011000000101101101000101100000101110111101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3940B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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