#3A41D1

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

Shades of Free Speech Blue #3A41D1

Tints of Free Speech Blue #3A41D1

Color information

#3A41D1 (or 0x3A41D1) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 41 and D1. RGB value is (58,65,209). Sum of RGB (Red+Green+Blue) = 58+65+209=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A41D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A41D1 is #C5BE2E. Grayscale: #4E4E4E. Windows color (decimal): -12959279 or 13713722. OLE color: 13713722.

HSL color Cylindrical-coordinate representation of color #3A41D1: hue angle of 237.22º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A41D1 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5865209-
CMYK0.720.6900.18
HSL237.22º62.14%52.35%-
HSV(B)237.22º72.25%81.96%-
XYZ15.149.2861.32-
YUV79.32201.18112.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 209 (82.03% from 255) = 62.95%
R=17.47%
G=19.58%
B=62.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58652090.720.6900.18237.2262.1452.35
Hex3A41D14845012ed3e34
Octal721013211101050223557664
Binary1110101000001110100011001000100010101001011101101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A41D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,209); }

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

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

 a { background-color: rgb(58,65,209); }

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

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

 span { border-color: rgb(58,65,209); }

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