#3B41AE

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

Shades of Free Speech Blue #3B41AE

Tints of Free Speech Blue #3B41AE

Color information

#3B41AE (or 0x3B41AE) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 41 and AE. RGB value is (59,65,174). Sum of RGB (Red+Green+Blue) = 59+65+174=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B41AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B41AE is #C4BE51. Grayscale: #4B4B4B. Windows color (decimal): -12893778 or 11419963. OLE color: 11419963.

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

Color convert

RGB5965174-
CMYK0.660.6300.32
HSL236.87º49.36%45.69%-
HSV(B)236.87º66.09%68.24%-
XYZ11.337.7740.95-
YUV75.63183.51116.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.80%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=19.80%
G=21.81%
B=58.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59651740.660.6300.32236.8749.3645.69
Hex3B41AE423F020ed312e
Octal73101256102770403556156
Binary1110111000001101011101000010111111010000011101101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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