#403DD6

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

Shades of Free Speech Blue #403DD6

Tints of Free Speech Blue #403DD6

Color information

#403DD6 (or 0x403DD6) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3D and D6. RGB value is (64,61,214). Sum of RGB (Red+Green+Blue) = 64+61+214=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #403DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DD6 is #BFC229. Grayscale: #4E4E4E. Windows color (decimal): -12567082 or 14040384. OLE color: 14040384.

HSL color Cylindrical-coordinate representation of color #403DD6: hue angle of 241.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403DD6 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6461214-
CMYK0.700.7100.16
HSL241.18º65.11%53.92%-
HSV(B)241.18º71.5%83.92%-
XYZ15.929.2864.57-
YUV79.34203.99117.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 214 (83.98% from 255) = 63.13%
R=18.88%
G=17.99%
B=63.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal64612140.700.7100.16241.1865.1153.92
Hex403DD64647010f14136
Octal1007532610610702036110166
Binary10000001111011101011010001101000111010000111100011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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