#405DB7

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

Shades of Free Speech Blue #405DB7

Tints of Free Speech Blue #405DB7

Color information

#405DB7 (or 0x405DB7) is unknown color: approx Free Speech Blue. HEX triplet: 40, 5D and B7. RGB value is (64,93,183). Sum of RGB (Red+Green+Blue) = 64+93+183=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #405DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DB7 is #BFA248. Grayscale: #5E5E5E. Windows color (decimal): -12558921 or 12016960. OLE color: 12016960.

HSL color Cylindrical-coordinate representation of color #405DB7: hue angle of 225.38º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #405DB7 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6493183-
CMYK0.650.4900.28
HSL225.38º48.18%48.43%-
HSV(B)225.38º65.03%71.76%-
XYZ14.5812.3446.41-
YUV94.59177.89106.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.82%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 183 (71.88% from 255) = 53.82%
R=18.82%
G=27.35%
B=53.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64931830.650.4900.28225.3848.1848.43
Hex405DB7413101Ce13030
Octal100135267101610343416060
Binary1000000101110110110111100000111000101110011100001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405DB7; }

 p { color: rgb(64,93,183); }

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

<style>
 a { background-color: #405DB7; }

 a { background-color: rgb(64,93,183); }

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

<style>
 span { border-color: #405DB7; }

 span { border-color: rgb(64,93,183); }

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