#405DBB

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

Shades of Free Speech Blue #405DBB

Tints of Free Speech Blue #405DBB

Color information

#405DBB (or 0x405DBB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 5D and BB. RGB value is (64,93,187). Sum of RGB (Red+Green+Blue) = 64+93+187=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #405DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DBB is #BFA244. Grayscale: #5E5E5E. Windows color (decimal): -12558917 or 12279104. OLE color: 12279104.

HSL color Cylindrical-coordinate representation of color #405DBB: hue angle of 225.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #405DBB is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6493187-
CMYK0.660.5000.27
HSL225.85º49%49.22%-
HSV(B)225.85º65.78%73.33%-
XYZ1512.5148.64-
YUV95.04179.89105.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 187 (73.44% from 255) = 54.36%
R=18.60%
G=27.03%
B=54.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64931870.660.5000.27225.854949.22
Hex405DBB423201Be23131
Octal100135273102620333426161
Binary1000000101110110111011100001011001001101111100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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