#403FC8

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

Shades of Free Speech Blue #403FC8

Tints of Free Speech Blue #403FC8

Color information

#403FC8 (or 0x403FC8) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3F and C8. RGB value is (64,63,200). Sum of RGB (Red+Green+Blue) = 64+63+200=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #403FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FC8 is #BFC037. Grayscale: #4E4E4E. Windows color (decimal): -12566584 or 13123392. OLE color: 13123392.

HSL color Cylindrical-coordinate representation of color #403FC8: hue angle of 240.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403FC8 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6463200-
CMYK0.680.6800.22
HSL240.44º55.47%51.57%-
HSV(B)240.44º68.5%78.43%-
XYZ14.328.8255.59-
YUV78.92196.33117.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 200 (78.52% from 255) = 61.16%
R=19.57%
G=19.27%
B=61.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64632000.680.6800.22240.4455.4751.57
Hex403FC84444016f03734
Octal100773101041040263606764
Binary1000000111111110010001000100100010001011011110000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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