#3B40AE

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

Shades of Free Speech Blue #3B40AE

Tints of Free Speech Blue #3B40AE

Color information

#3B40AE (or 0x3B40AE) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 40 and AE. RGB value is (59,64,174). Sum of RGB (Red+Green+Blue) = 59+64+174=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 64 (25.39% from 255 or 21.55% 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 #3B40AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B40AE is #C4BF51. Grayscale: #4A4A4A. Windows color (decimal): -12894034 or 11419707. OLE color: 11419707.

HSL color Cylindrical-coordinate representation of color #3B40AE: hue angle of 237.39º 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 #3B40AE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5964174-
CMYK0.660.6300.32
HSL237.39º49.36%45.69%-
HSV(B)237.39º66.09%68.24%-
XYZ11.287.6540.93-
YUV75.04183.84116.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=19.87%
G=21.55%
B=58.59%

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
Decimal59641740.660.6300.32237.3949.3645.69
Hex3B40AE423F020ed312e
Octal73100256102770403556156
Binary1110111000000101011101000010111111010000011101101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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