#3D3ED7

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

Shades of Free Speech Blue #3D3ED7

Tints of Free Speech Blue #3D3ED7

Color information

#3D3ED7 (or 0x3D3ED7) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 3E and D7. RGB value is (61,62,215). Sum of RGB (Red+Green+Blue) = 61+62+215=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 215 (84.38% from 255 or 63.61% from 338); Max value from RGB is 215 - color contains mainly: blue. Hex color #3D3ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3ED7 is #C2C128. Grayscale: #4E4E4E. Windows color (decimal): -12763433 or 14106173. OLE color: 14106173.

HSL color Cylindrical-coordinate representation of color #3D3ED7: hue angle of 239.61º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D3ED7 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6162215-
CMYK0.720.7100.16
HSL239.61º65.81%54.12%-
HSV(B)239.61º71.63%84.31%-
XYZ15.919.3465.25-
YUV79.14204.67115.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 62 (24.61% from 255) = 18.34%
BLUE value IS 215 (84.38% from 255) = 63.61%
R=18.05%
G=18.34%
B=63.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61622150.720.7100.16239.6165.8154.12
Hex3D3ED74847010f04236
Octal757632711010702036010266
Binary1111011111101101011110010001000111010000111100001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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