#403EB1

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

Shades of Free Speech Blue #403EB1

Tints of Free Speech Blue #403EB1

Color information

#403EB1 (or 0x403EB1) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3E and B1. RGB value is (64,62,177). Sum of RGB (Red+Green+Blue) = 64+62+177=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #403EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403EB1 is #BFC14E. Grayscale: #4B4B4B. Windows color (decimal): -12566863 or 11615808. OLE color: 11615808.

HSL color Cylindrical-coordinate representation of color #403EB1: hue angle of 241.04º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403EB1 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6462177-
CMYK0.640.6500.31
HSL241.04º48.12%46.86%-
HSV(B)241.04º64.97%69.41%-
XYZ11.777.7142.46-
YUV75.71185.16119.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 177 (69.53% from 255) = 58.42%
R=21.12%
G=20.46%
B=58.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64621770.640.6500.31241.0448.1246.86
Hex403EB1404101Ff1302f
Octal100762611001010373616057
Binary1000000111110101100011000000100000101111111110001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403EB1; }

 p { color: rgb(64,62,177); }

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

<style>
 a { background-color: #403EB1; }

 a { background-color: rgb(64,62,177); }

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

<style>
 span { border-color: #403EB1; }

 span { border-color: rgb(64,62,177); }

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