#3E4DC1

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

Shades of Free Speech Blue #3E4DC1

Tints of Free Speech Blue #3E4DC1

Color information

#3E4DC1 (or 0x3E4DC1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4D and C1. RGB value is (62,77,193). Sum of RGB (Red+Green+Blue) = 62+77+193=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E4DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DC1 is #C1B23E. Grayscale: #555555. Windows color (decimal): -12694079 or 12668222. OLE color: 12668222.

HSL color Cylindrical-coordinate representation of color #3E4DC1: hue angle of 233.13º 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 #3E4DC1 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6277193-
CMYK0.680.6000.24
HSL233.13º51.37%50%-
HSV(B)233.13º67.88%75.69%-
XYZ14.2710.1851.67-
YUV85.74188.53111.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.67%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 193 (75.78% from 255) = 58.13%
R=18.67%
G=23.19%
B=58.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62771930.680.6000.24233.1351.3750
Hex3E4DC1443C018e93332
Octal76115301104740303516362
Binary111110100110111000001100010011110001100011101001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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