#403FB4

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

Shades of Free Speech Blue #403FB4

Tints of Free Speech Blue #403FB4

Color information

#403FB4 (or 0x403FB4) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3F and B4. RGB value is (64,63,180). Sum of RGB (Red+Green+Blue) = 64+63+180=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #403FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FB4 is #BFC04B. Grayscale: #4C4C4C. Windows color (decimal): -12566604 or 11812672. OLE color: 11812672.

HSL color Cylindrical-coordinate representation of color #403FB4: hue angle of 240.51º degrees, saturation: 0.48, 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 #403FB4 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6463180-
CMYK0.640.6500.29
HSL240.51º48.15%47.65%-
HSV(B)240.51º65%70.59%-
XYZ12.137.9444.07-
YUV76.64186.33118.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 180 (70.70% from 255) = 58.63%
R=20.85%
G=20.52%
B=58.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64631800.640.6500.29240.5148.1547.65
Hex403FB4404101Df13030
Octal100772641001010353616060
Binary1000000111111101101001000000100000101110111110001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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