#3E5CD1

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

Shades of Free Speech Blue #3E5CD1

Tints of Free Speech Blue #3E5CD1

Color information

#3E5CD1 (or 0x3E5CD1) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 5C and D1. RGB value is (62,92,209). Sum of RGB (Red+Green+Blue) = 62+92+209=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 209 (82.03% from 255 or 57.58% from 363); Max value from RGB is 209 - color contains mainly: blue. Hex color #3E5CD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5CD1 is #C1A32E. Grayscale: #5F5F5F. Windows color (decimal): -12690223 or 13720638. OLE color: 13720638.

HSL color Cylindrical-coordinate representation of color #3E5CD1: hue angle of 227.76º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E5CD1 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6292209-
CMYK0.700.5600.18
HSL227.76º61.51%53.14%-
HSV(B)227.76º70.33%81.96%-
XYZ17.3213.2861.97-
YUV96.37191.56103.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.08%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 209 (82.03% from 255) = 57.58%
R=17.08%
G=25.34%
B=57.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62922090.700.5600.18227.7661.5153.14
Hex3E5CD14638012e43e35
Octal76134321106700223447665
Binary111110101110011010001100011011100001001011100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,92,209); }

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

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

 a { background-color: rgb(62,92,209); }

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

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

 span { border-color: rgb(62,92,209); }

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