#403FBE

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

Shades of Free Speech Blue #403FBE

Tints of Free Speech Blue #403FBE

Color information

#403FBE (or 0x403FBE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3F and BE. RGB value is (64,63,190). Sum of RGB (Red+Green+Blue) = 64+63+190=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #403FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FBE is #BFC041. Grayscale: #4D4D4D. Windows color (decimal): -12566594 or 12468032. OLE color: 12468032.

HSL color Cylindrical-coordinate representation of color #403FBE: hue angle of 240.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403FBE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6463190-
CMYK0.660.6700.25
HSL240.47º50.2%49.61%-
HSV(B)240.47º66.84%74.51%-
XYZ13.198.3649.63-
YUV77.78191.33118.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 190 (74.61% from 255) = 59.94%
R=20.19%
G=19.87%
B=59.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64631900.660.6700.25240.4750.249.61
Hex403FBE4243019f03232
Octal100772761021030313606262
Binary1000000111111101111101000010100001101100111110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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