#403CB4

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

Shades of Free Speech Blue #403CB4

Tints of Free Speech Blue #403CB4

Color information

#403CB4 (or 0x403CB4) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3C and B4. RGB value is (64,60,180). Sum of RGB (Red+Green+Blue) = 64+60+180=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 180 (70.70% from 255 or 59.21% from 304); Max value from RGB is 180 - color contains mainly: blue. Hex color #403CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CB4 is #BFC34B. Grayscale: #4A4A4A. Windows color (decimal): -12567372 or 11811904. OLE color: 11811904.

HSL color Cylindrical-coordinate representation of color #403CB4: hue angle of 242º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403CB4 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6460180-
CMYK0.640.6700.29
HSL242º50%47.06%-
HSV(B)242º66.67%70.59%-
XYZ11.977.6244.02-
YUV74.88187.33120.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 180 (70.70% from 255) = 59.21%
R=21.05%
G=19.74%
B=59.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64601800.640.6700.292425047.06
Hex403CB4404301Df2322f
Octal100742641001030353626257
Binary1000000111100101101001000000100001101110111110010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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