#445BBA

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

Shades of Free Speech Blue #445BBA

Tints of Free Speech Blue #445BBA

Color information

#445BBA (or 0x445BBA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5B and BA. RGB value is (68,91,186). Sum of RGB (Red+Green+Blue) = 68+91+186=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #445BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BBA is #BBA445. Grayscale: #5E5E5E. Windows color (decimal): -12297286 or 12213060. OLE color: 12213060.

HSL color Cylindrical-coordinate representation of color #445BBA: hue angle of 228.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #445BBA is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6891186-
CMYK0.630.5100.27
HSL228.31º46.46%49.8%-
HSV(B)228.31º63.44%72.94%-
XYZ14.9912.2648.03-
YUV94.95179.38108.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=19.71%
G=26.38%
B=53.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68911860.630.5100.27228.3146.4649.8
Hex445BBA3F3301Be42e32
Octal10413327277630333445662
Binary100010010110111011101011111111001101101111100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,91,186); }

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

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

 a { background-color: rgb(68,91,186); }

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

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

 span { border-color: rgb(68,91,186); }

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