#403DC2

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

Shades of Free Speech Blue #403DC2

Tints of Free Speech Blue #403DC2

Color information

#403DC2 (or 0x403DC2) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3D and C2. RGB value is (64,61,194). Sum of RGB (Red+Green+Blue) = 64+61+194=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #403DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DC2 is #BFC23D. Grayscale: #4C4C4C. Windows color (decimal): -12567102 or 12729664. OLE color: 12729664.

HSL color Cylindrical-coordinate representation of color #403DC2: hue angle of 241.35º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403DC2 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6461194-
CMYK0.670.6900.24
HSL241.35º52.16%50%-
HSV(B)241.35º68.56%76.08%-
XYZ13.528.3251.93-
YUV77.06193.99118.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 194 (76.17% from 255) = 60.82%
R=20.06%
G=19.12%
B=60.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64611940.670.6900.24241.3552.1650
Hex403DC24345018f13432
Octal100753021031050303616462
Binary1000000111101110000101000011100010101100011110001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,61,194); }

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

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

 a { background-color: rgb(64,61,194); }

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

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

 span { border-color: rgb(64,61,194); }

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