#405EBA

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

Shades of Free Speech Blue #405EBA

Tints of Free Speech Blue #405EBA

Color information

#405EBA (or 0x405EBA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 5E and BA. RGB value is (64,94,186). Sum of RGB (Red+Green+Blue) = 64+94+186=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #405EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EBA is #BFA145. Grayscale: #5F5F5F. Windows color (decimal): -12558662 or 12213824. OLE color: 12213824.

HSL color Cylindrical-coordinate representation of color #405EBA: hue angle of 225.25º 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 #405EBA is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6494186-
CMYK0.660.4900.27
HSL225.25º48.8%49.02%-
HSV(B)225.25º65.59%72.94%-
XYZ14.9812.6448.1-
YUV95.52179.06105.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 186 (73.05% from 255) = 54.07%
R=18.60%
G=27.33%
B=54.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64941860.660.4900.27225.2548.849.02
Hex405EBA423101Be13131
Octal100136272102610333416161
Binary1000000101111010111010100001011000101101111100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,94,186); }

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

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

 a { background-color: rgb(64,94,186); }

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

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

 span { border-color: rgb(64,94,186); }

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