#3A41AE

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

Shades of Free Speech Blue #3A41AE

Tints of Free Speech Blue #3A41AE

Color information

#3A41AE (or 0x3A41AE) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 41 and AE. RGB value is (58,65,174). Sum of RGB (Red+Green+Blue) = 58+65+174=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A41AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A41AE is #C5BE51. Grayscale: #4A4A4A. Windows color (decimal): -12959314 or 11419962. OLE color: 11419962.

HSL color Cylindrical-coordinate representation of color #3A41AE: hue angle of 236.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A41AE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5865174-
CMYK0.670.6300.32
HSL236.38º50%45.49%-
HSV(B)236.38º66.67%68.24%-
XYZ11.287.7440.94-
YUV75.33183.68115.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=19.53%
G=21.89%
B=58.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58651740.670.6300.32236.385045.49
Hex3A41AE433F020ec322d
Octal72101256103770403546255
Binary1110101000001101011101000011111111010000011101100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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