#3E4AD9

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

Shades of Free Speech Blue #3E4AD9

Tints of Free Speech Blue #3E4AD9

Color information

#3E4AD9 (or 0x3E4AD9) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 4A and D9. RGB value is (62,74,217). Sum of RGB (Red+Green+Blue) = 62+74+217=353 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.56% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 217 (85.16% from 255 or 61.47% from 353); Max value from RGB is 217 - color contains mainly: blue. Hex color #3E4AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4AD9 is #C1B526. Grayscale: #565656. Windows color (decimal): -12694823 or 14240318. OLE color: 14240318.

HSL color Cylindrical-coordinate representation of color #3E4AD9: hue angle of 235.35º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E4AD9 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6274217-
CMYK0.710.6600.15
HSL235.35º67.1%54.71%-
HSV(B)235.35º71.43%85.1%-
XYZ16.9610.9366.86-
YUV86.71201.52110.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.56%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 217 (85.16% from 255) = 61.47%
R=17.56%
G=20.96%
B=61.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal62742170.710.6600.15235.3567.154.71
Hex3E4AD947420Feb4337
Octal7611233110710201735310367
Binary1111101001010110110011000111100001001111111010111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,74,217); }

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

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

 a { background-color: rgb(62,74,217); }

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

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

 span { border-color: rgb(62,74,217); }

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