#3E3DC4

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

Shades of Free Speech Blue #3E3DC4

Tints of Free Speech Blue #3E3DC4

Color information

#3E3DC4 (or 0x3E3DC4) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 3D and C4. RGB value is (62,61,196). Sum of RGB (Red+Green+Blue) = 62+61+196=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 196 (76.95% from 255 or 61.44% from 319); Max value from RGB is 196 - color contains mainly: blue. Hex color #3E3DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3DC4 is #C1C23B. Grayscale: #4C4C4C. Windows color (decimal): -12698172 or 12860734. OLE color: 12860734.

HSL color Cylindrical-coordinate representation of color #3E3DC4: hue angle of 240.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E3DC4 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6261196-
CMYK0.680.6900.23
HSL240.44º53.36%50.39%-
HSV(B)240.44º68.88%76.86%-
XYZ13.628.3553.12-
YUV76.69195.33117.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.44%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 196 (76.95% from 255) = 61.44%
R=19.44%
G=19.12%
B=61.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal62611960.680.6900.23240.4453.3650.39
Hex3E3DC44445017f03532
Octal76753041041050273606562
Binary111110111101110001001000100100010101011111110000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,61,196); }

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

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

 a { background-color: rgb(62,61,196); }

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

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

 span { border-color: rgb(62,61,196); }

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