#403FB6

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

Shades of Free Speech Blue #403FB6

Tints of Free Speech Blue #403FB6

Color information

#403FB6 (or 0x403FB6) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3F and B6. RGB value is (64,63,182). Sum of RGB (Red+Green+Blue) = 64+63+182=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #403FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FB6 is #BFC049. Grayscale: #4C4C4C. Windows color (decimal): -12566602 or 11943744. OLE color: 11943744.

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

Color convert

RGB6463182-
CMYK0.650.6500.29
HSL240.5º48.57%48.04%-
HSV(B)240.5º65.38%71.37%-
XYZ12.348.0245.15-
YUV76.86187.33118.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 182 (71.48% from 255) = 58.90%
R=20.71%
G=20.39%
B=58.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64631820.650.6500.29240.548.5748.04
Hex403FB6414101Df13130
Octal100772661011010353616160
Binary1000000111111101101101000001100000101110111110001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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