#3946C0

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

Shades of Free Speech Blue #3946C0

Tints of Free Speech Blue #3946C0

Color information

#3946C0 (or 0x3946C0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 46 and C0. RGB value is (57,70,192). Sum of RGB (Red+Green+Blue) = 57+70+192=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #3946C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3946C0 is #C6B93F. Grayscale: #4F4F4F. Windows color (decimal): -13023552 or 12600889. OLE color: 12600889.

HSL color Cylindrical-coordinate representation of color #3946C0: hue angle of 234.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3946C0 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5770192-
CMYK0.700.6400.25
HSL234.22º54.22%48.82%-
HSV(B)234.22º70.31%75.29%-
XYZ13.399.0650.91-
YUV80.02191.19111.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 192 (75.39% from 255) = 60.19%
R=17.87%
G=21.94%
B=60.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57701920.700.6400.25234.2254.2248.82
Hex3946C04640019ea3631
Octal711063001061000313526661
Binary1110011000110110000001000110100000001100111101010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3946C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3946C0; }

 p { color: rgb(57,70,192); }

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

<style>
 a { background-color: #3946C0; }

 a { background-color: rgb(57,70,192); }

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

<style>
 span { border-color: #3946C0; }

 span { border-color: rgb(57,70,192); }

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