#3E49BB

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

Shades of Free Speech Blue #3E49BB

Tints of Free Speech Blue #3E49BB

Color information

#3E49BB (or 0x3E49BB) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 49 and BB. RGB value is (62,73,187). Sum of RGB (Red+Green+Blue) = 62+73+187=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E49BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E49BB is #C1B644. Grayscale: #525252. Windows color (decimal): -12695109 or 12273982. OLE color: 12273982.

HSL color Cylindrical-coordinate representation of color #3E49BB: hue angle of 234.72º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E49BB is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6273187-
CMYK0.670.6100.27
HSL234.72º50.2%48.82%-
HSV(B)234.72º66.84%73.33%-
XYZ13.349.3848.12-
YUV82.71186.86113.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.25%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 187 (73.44% from 255) = 58.07%
R=19.25%
G=22.67%
B=58.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62731870.670.6100.27234.7250.248.82
Hex3E49BB433D01Beb3231
Octal76111273103750333536261
Binary111110100100110111011100001111110101101111101011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E49BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,73,187); }

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

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

 a { background-color: rgb(62,73,187); }

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

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

 span { border-color: rgb(62,73,187); }

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