#403EBF

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

Shades of Free Speech Blue #403EBF

Tints of Free Speech Blue #403EBF

Color information

#403EBF (or 0x403EBF) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3E and BF. RGB value is (64,62,191). Sum of RGB (Red+Green+Blue) = 64+62+191=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #403EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403EBF is #BFC140. Grayscale: #4C4C4C. Windows color (decimal): -12566849 or 12533312. OLE color: 12533312.

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

Color convert

RGB6462191-
CMYK0.660.6800.25
HSL240.93º50.99%49.61%-
HSV(B)240.93º67.54%74.9%-
XYZ13.248.350.19-
YUV77.3192.16118.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 191 (75% from 255) = 60.25%
R=20.19%
G=19.56%
B=60.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64621910.660.6800.25240.9350.9949.61
Hex403EBF4244019f13332
Octal100762771021040313616362
Binary1000000111110101111111000010100010001100111110001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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