#3E49B1

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

Shades of Free Speech Blue #3E49B1

Tints of Free Speech Blue #3E49B1

Color information

#3E49B1 (or 0x3E49B1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 49 and B1. RGB value is (62,73,177). Sum of RGB (Red+Green+Blue) = 62+73+177=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E49B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E49B1 is #C1B64E. Grayscale: #515151. Windows color (decimal): -12695119 or 11618622. OLE color: 11618622.

HSL color Cylindrical-coordinate representation of color #3E49B1: hue angle of 234.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E49B1 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6273177-
CMYK0.650.5900.31
HSL234.26º48.12%46.86%-
HSV(B)234.26º64.97%69.41%-
XYZ12.38.9642.68-
YUV81.57181.86114.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.87%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 177 (69.53% from 255) = 56.73%
R=19.87%
G=23.40%
B=56.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62731770.650.5900.31234.2648.1246.86
Hex3E49B1413B01Fea302f
Octal76111261101730373526057
Binary111110100100110110001100000111101101111111101010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E49B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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