#3A40E1

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

Shades of Free Speech Blue #3A40E1

Tints of Free Speech Blue #3A40E1

Color information

#3A40E1 (or 0x3A40E1) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 40 and E1. RGB value is (58,64,225). Sum of RGB (Red+Green+Blue) = 58+64+225=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 225 (88.28% from 255 or 64.84% from 347); Max value from RGB is 225 - color contains mainly: blue. Hex color #3A40E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40E1 is #C5BF1E. Grayscale: #4F4F4F. Windows color (decimal): -12959519 or 14762042. OLE color: 14762042.

HSL color Cylindrical-coordinate representation of color #3A40E1: hue angle of 237.84º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A40E1 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5864225-
CMYK0.740.7200.12
HSL237.84º73.57%55.49%-
HSV(B)237.84º74.22%88.24%-
XYZ17.171072.26-
YUV80.56209.51111.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.71%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 225 (88.28% from 255) = 64.84%
R=16.71%
G=18.44%
B=64.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58642250.740.7200.12237.8473.5755.49
Hex3A40E14A480Cee4a37
Octal7210034111211001435611267
Binary1110101000000111000011001010100100001100111011101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A40E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,225); }

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

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

 a { background-color: rgb(58,64,225); }

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

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

 span { border-color: rgb(58,64,225); }

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