#445EBA

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

Shades of Free Speech Blue #445EBA

Tints of Free Speech Blue #445EBA

Color information

#445EBA (or 0x445EBA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 5E and BA. RGB value is (68,94,186). Sum of RGB (Red+Green+Blue) = 68+94+186=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #445EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EBA is #BBA145. Grayscale: #606060. Windows color (decimal): -12296518 or 12213828. OLE color: 12213828.

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

Color convert

RGB6894186-
CMYK0.630.4900.27
HSL226.78º46.46%49.8%-
HSV(B)226.78º63.44%72.94%-
XYZ15.2512.7848.12-
YUV96.71178.39107.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=19.54%
G=27.01%
B=53.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68941860.630.4900.27226.7846.4649.8
Hex445EBA3F3101Be32e32
Octal10413627277610333435662
Binary100010010111101011101011111111000101101111100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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