#403CBD

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

Shades of Free Speech Blue #403CBD

Tints of Free Speech Blue #403CBD

Color information

#403CBD (or 0x403CBD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3C and BD. RGB value is (64,60,189). Sum of RGB (Red+Green+Blue) = 64+60+189=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #403CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CBD is #BFC342. Grayscale: #4B4B4B. Windows color (decimal): -12567363 or 12401728. OLE color: 12401728.

HSL color Cylindrical-coordinate representation of color #403CBD: hue angle of 241.86º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #403CBD is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6460189-
CMYK0.660.6800.26
HSL241.86º51.81%48.82%-
HSV(B)241.86º68.25%74.12%-
XYZ12.92849.01-
YUV75.9191.83119.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=20.45%
G=19.17%
B=60.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64601890.660.6800.26241.8651.8148.82
Hex403CBD424401Af23431
Octal100742751021040323626461
Binary1000000111100101111011000010100010001101011110010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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