#445eb2

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

Shades of Free Speech Blue #445EB2

Tints of Free Speech Blue #445EB2

Color information

#445EB2 (or 0x445EB2) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5E and B2. RGB value is (68,94,178). Sum of RGB (Red+Green+Blue) = 68+94+178=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #445EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EB2 is #BBA14D. Grayscale: #5F5F5F. Windows color (decimal): -12296526 or 11689540. OLE color: 11689540.

HSL color Cylindrical-coordinate representation of color #445EB2: hue angle of 225.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #445EB2 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6894178-
CMYK0.620.4700.30
HSL225.82º44.72%48.24%-
HSV(B)225.82º61.8%69.8%-
XYZ14.4212.4543.76-
YUV95.8174.39108.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 178 (69.92% from 255) = 52.35%
R=20%
G=27.65%
B=52.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal68941780.620.4700.30225.8244.7248.24
Hex445EB23E2F01Ee22d30
Octal10413626276570363425560
Binary100010010111101011001011111010111101111011100010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445eb2; }

 p { color: rgb(68,94,178); }

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

<style>
 a { background-color: #445eb2; }

 a { background-color: rgb(68,94,178); }

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

<style>
 span { border-color: #445eb2; }

 span { border-color: rgb(68,94,178); }

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