#405DB5

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

Shades of Free Speech Blue #405DB5

Tints of Free Speech Blue #405DB5

Color information

#405DB5 (or 0x405DB5) is unknown color: approx Free Speech Blue. HEX triplet: 40, 5D and B5. RGB value is (64,93,181). Sum of RGB (Red+Green+Blue) = 64+93+181=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #405DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DB5 is #BFA24A. Grayscale: #5D5D5D. Windows color (decimal): -12558923 or 11885888. OLE color: 11885888.

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

Color convert

RGB6493181-
CMYK0.650.4900.29
HSL225.13º47.76%48.04%-
HSV(B)225.13º64.64%70.98%-
XYZ14.3712.2545.32-
YUV94.36176.89106.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 181 (71.09% from 255) = 53.55%
R=18.93%
G=27.51%
B=53.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64931810.650.4900.29225.1347.7648.04
Hex405DB5413101De13030
Octal100135265101610353416060
Binary1000000101110110110101100000111000101110111100001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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