#403FB9

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

Shades of Free Speech Blue #403FB9

Tints of Free Speech Blue #403FB9

Color information

#403FB9 (or 0x403FB9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3F and B9. RGB value is (64,63,185). Sum of RGB (Red+Green+Blue) = 64+63+185=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #403FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FB9 is #BFC046. Grayscale: #4C4C4C. Windows color (decimal): -12566599 or 12140352. OLE color: 12140352.

HSL color Cylindrical-coordinate representation of color #403FB9: hue angle of 240.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403FB9 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6463185-
CMYK0.650.6600.27
HSL240.49º49.19%48.63%-
HSV(B)240.49º65.95%72.55%-
XYZ12.658.1546.8-
YUV77.21188.83118.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 185 (72.66% from 255) = 59.29%
R=20.51%
G=20.19%
B=59.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64631850.650.6600.27240.4949.1948.63
Hex403FB9414201Bf03131
Octal100772711011020333606161
Binary1000000111111101110011000001100001001101111110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,63,185); }

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

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

 a { background-color: rgb(64,63,185); }

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

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

 span { border-color: rgb(64,63,185); }

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