#3E51AE

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

Shades of Free Speech Blue #3E51AE

Tints of Free Speech Blue #3E51AE

Color information

#3E51AE (or 0x3E51AE) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 51 and AE. RGB value is (62,81,174). Sum of RGB (Red+Green+Blue) = 62+81+174=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E51AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E51AE is #C1AE51. Grayscale: #555555. Windows color (decimal): -12693074 or 11424062. OLE color: 11424062.

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

Color convert

RGB6281174-
CMYK0.640.5300.32
HSL229.82º47.46%46.27%-
HSV(B)229.82º64.37%68.24%-
XYZ12.579.9641.31-
YUV85.92177.71110.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.56%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=19.56%
G=25.55%
B=54.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62811740.640.5300.32229.8247.4646.27
Hex3E51AE4035020e62f2e
Octal76121256100650403465756
Binary1111101010001101011101000000110101010000011100110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,81,174); }

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

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

 a { background-color: rgb(62,81,174); }

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

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

 span { border-color: rgb(62,81,174); }

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