#445AC3

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

Shades of Free Speech Blue #445AC3

Tints of Free Speech Blue #445AC3

Color information

#445AC3 (or 0x445AC3) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5A and C3. RGB value is (68,90,195). Sum of RGB (Red+Green+Blue) = 68+90+195=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 195 (76.56% from 255 or 55.24% from 353); Max value from RGB is 195 - color contains mainly: blue. Hex color #445AC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445AC3 is #BBA53C. Grayscale: #5E5E5E. Windows color (decimal): -12297533 or 12802628. OLE color: 12802628.

HSL color Cylindrical-coordinate representation of color #445AC3: hue angle of 229.61º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #445AC3 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6890195-
CMYK0.650.5400.24
HSL229.61º51.42%51.57%-
HSV(B)229.61º65.13%76.47%-
XYZ15.8912.4853.2-
YUV95.39184.21108.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 195 (76.56% from 255) = 55.24%
R=19.26%
G=25.50%
B=55.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68901950.650.5400.24229.6151.4251.57
Hex445AC34136018e63334
Octal104132303101660303466364
Binary1000100101101011000011100000111011001100011100110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,90,195); }

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

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

 a { background-color: rgb(68,90,195); }

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

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

 span { border-color: rgb(68,90,195); }

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