#3E49C1

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

Shades of Free Speech Blue #3E49C1

Tints of Free Speech Blue #3E49C1

Color information

#3E49C1 (or 0x3E49C1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 49 and C1. RGB value is (62,73,193). Sum of RGB (Red+Green+Blue) = 62+73+193=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 193 (75.78% from 255 or 58.84% from 328); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E49C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E49C1 is #C1B63E. Grayscale: #525252. Windows color (decimal): -12695103 or 12667198. OLE color: 12667198.

HSL color Cylindrical-coordinate representation of color #3E49C1: hue angle of 234.96º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E49C1 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6273193-
CMYK0.680.6200.24
HSL234.96º51.37%50%-
HSV(B)234.96º67.88%75.69%-
XYZ13.999.6451.58-
YUV83.39189.86112.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.90%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 193 (75.78% from 255) = 58.84%
R=18.90%
G=22.26%
B=58.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62731930.680.6200.24234.9651.3750
Hex3E49C1443E018eb3332
Octal76111301104760303536362
Binary111110100100111000001100010011111001100011101011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E49C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E49C1; }

 p { color: rgb(62,73,193); }

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

<style>
 a { background-color: #3E49C1; }

 a { background-color: rgb(62,73,193); }

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

<style>
 span { border-color: #3E49C1; }

 span { border-color: rgb(62,73,193); }

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