#3E41DE

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

Shades of Free Speech Blue #3E41DE

Tints of Free Speech Blue #3E41DE

Color information

#3E41DE (or 0x3E41DE) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 41 and DE. RGB value is (62,65,222). Sum of RGB (Red+Green+Blue) = 62+65+222=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E41DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41DE is #C1BE21. Grayscale: #515151. Windows color (decimal): -12697122 or 14565694. OLE color: 14565694.

HSL color Cylindrical-coordinate representation of color #3E41DE: hue angle of 238.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E41DE is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6265222-
CMYK0.720.7100.13
HSL238.88º70.8%55.69%-
HSV(B)238.88º72.07%87.06%-
XYZ17.0610.0870.15-
YUV82207.01113.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.77%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 222 (87.11% from 255) = 63.61%
R=17.77%
G=18.62%
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.13
SystemRedGreenBlueCMYKHSL
Decimal62652220.720.7100.13238.8870.855.69
Hex3E41DE48470Def4738
Octal7610133611010701535710770
Binary1111101000001110111101001000100011101101111011111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E41DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,65,222); }

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

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

 a { background-color: rgb(62,65,222); }

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

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

 span { border-color: rgb(62,65,222); }

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